summaryrefslogtreecommitdiffstats
path: root/ipalib/tests
Commit message (Expand)AuthorAgeFilesLines
* 23: Added base.Attribute class that determins the object association via clas...Jason Gerard DeRose2008-07-201-0/+71
* 19: Removed depreciated base2.py and test_base2.py filesJason Gerard DeRose2008-07-201-155/+0
* 18: Moved base2 stuff into baseJason Gerard DeRose2008-07-201-165/+72
* 17: Registar.finalize() now sets the commands property on each object with co...Jason Gerard DeRose2008-07-201-0/+5
* 16: Changed base2.WithObj.__set_obj() slightly so that its gets locked into r...Jason Gerard DeRose2008-07-201-0/+8
* 15: Added ipalib.base2 module where I'm experimenting with a 3rd approach tha...Jason Gerard DeRose2008-07-201-0/+142
* 14: Added Named.cli property that returns name.replace('_', '-'); Named.doc p...Jason Gerard DeRose2008-07-201-0/+11
* 12: Fixed test_base.test_API.test_finalize() unit tests now that CrudLike has...Jason Gerard DeRose2008-07-201-3/+3
* 10: Updated base.API to reflect the fact that base.Object is now the new unit...Jason Gerard DeRose2008-07-201-50/+51
* 9: Reorganized new work and unit tests based around base.Object being the plu...Jason Gerard DeRose2008-07-192-156/+88
* 8: Experimental work on more OO definition of what gets pluged into API.commandsJason Gerard DeRose2008-07-191-0/+111
* 7: Roughed out API.finalize(); added corresponding unit testsJason Gerard DeRose2008-07-191-2/+26
* 6: Fleshed out API.register_command, made correpsonding unit tests much more ...Jason Gerard DeRose2008-07-191-13/+44
* 5: Fleshed out base.Named, added corresponding unit testsJason Gerard DeRose2008-07-191-0/+71
* 4: Got basics of API.register_command() working; added corresponding unit testsJason Gerard DeRose2008-07-191-1/+64
* 3: Finished NameSpace and cerresponding unit testsJason Gerard DeRose2008-07-191-10/+78
* 2: Got basics of NameSpace working, added corresponding unit testsJason Gerard DeRose2008-07-181-3/+82
* 1: Started roughing out ipalib packageJason Gerard DeRose2008-07-182-0/+26