freeipa/tests/test_ipalib
2008-12-30 00:45:48 -07:00
..
__init__.py Changed sub-package docstrings in tests/ to make consintent with other packages 2008-10-08 01:30:52 -06:00
test_backend.py Did some initial work for Context plugins 2008-10-30 01:11:33 -06:00
test_base.py Started moving some core classes and functions from plugable.py to new base.py module 2008-12-30 00:45:48 -07:00
test_cli.py Started work on cleaning up how exceptions are caught and sys.exit() is called in ipalib.cli.CLI 2008-11-13 23:29:35 -07:00
test_config.py Started moving some core classes and functions from plugable.py to new base.py module 2008-12-30 00:45:48 -07:00
test_crud.py Partially revert back change. Del shouldn't provide default options. 2008-11-03 13:14:46 -05:00
test_errors.py IPAError now more appropriately subclasses from StandardError instead of Exception 2008-10-23 21:21:51 -06:00
test_frontend.py Fixed Warning messages about log dir in unit test 2008-12-08 16:56:24 -07:00
test_ipa_types.py PEP 257: cleaned up docstrings in test_ipa_types.py 2008-10-08 01:24:39 -06:00
test_parameter.py New Param: ported Param.__repr__() and corresponding unit test 2008-12-18 11:21:12 -07:00
test_plugable.py Plugin.__init__() now checks that subclass hasn't defined attributes that conflict with the logger methods; added corresponding unit test 2008-12-21 19:34:32 -07:00
test_request.py Cleaned up Env.__setattr__() and Env.__setitem__() a bit updated their unit tests 2008-12-22 17:29:11 -07:00
test_rpc.py tests.test_ipalib.test_rpc now imports constants from tests.data 2008-12-08 15:10:01 -07:00
test_util.py Removed depreciated rpc code from ipalib.util; removed corresponding unit tests in test_util 2008-12-08 15:15:50 -07:00