freeipa/ipalib/tests
2008-08-28 07:57:07 +00:00
..
__init__.py 1: Started roughing out ipalib package 2008-07-18 17:51:34 +00:00
test_cli.py 182: Renamed plublic.cmd base class to Command 2008-08-15 19:49:04 +00:00
test_ipa_types.py 216: Added ipa_types.Enum.validate() method; added corresponding unit tests 2008-08-28 07:57:07 +00:00
test_plugable.py 179: DictProxy now has __call__() method that iterates through the values; removed __call__() method from NameSpace as it subclasses from DictProxys; DictProxy unit tests now test __call__() 2008-08-15 05:19:02 +00:00
test_public.py 198: Renamed Command.default() to Command.get_default(); Command.get_default_iter() now correctly calls Option.get_default() instead of Option.default() 2008-08-26 19:13:55 +00:00
test_tstutil.py 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g' 2008-08-08 21:40:03 +00:00
tstutil.py 159: Added plugable.DictProxy class; added corresponding unit tests; added setitem(), delitem() functions to tstutil 2008-08-14 17:21:21 +00:00