freeipa/ipalib/tests
2008-09-02 17:44: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_errors.py 230: Renamed allow_None kwarg to allow_none 2008-09-02 17:44:07 +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 228: plugable.check_name() now uses errors.check_type() 2008-09-02 17:29:01 +00:00
test_public.py 227: check_type() and check_isinstance() now take arguments in (value, type_, name) order so the first two match the built-in isinstance() call signature 2008-09-02 16:42:39 +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