freeipa/tests/test_ipalib
2009-01-18 15:55:56 -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 Copied plugable.NameSpace to base.NameSpace and made many docstring and unit test improvements 2008-12-31 02:28:49 -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 Added unit test for Env.__islocked__(); unit test for Env.__lock__() now also tests with base.lock() function 2009-01-06 18:21:46 -07:00
test_crud.py Partially revert back change. Del shouldn't provide default options. 2008-11-03 13:14:46 -05:00
test_error2.py Changed PublicError so str(e) is untranslated (for logging) and added format=None kwarg for generic use 2009-01-08 00:07:18 -07: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 All unit tests now working (except for doctests and Rob's xmlrpc tests) 2009-01-14 13:51:37 -07:00
test_parameters.py Added missing enumerable parameters 2009-01-18 15:55:56 -07:00
test_plugable.py Plugin.call() now uses errors2 version of SubprocessError 2009-01-03 18:02:58 -07:00
test_request.py New Param: Added Param.get_label() method for a way to retrieve translated message at request time 2009-01-05 01:20:14 -07:00
test_rpc.py ipalib.rpc: now using allow_none=True after conversation with Rob; added xml_dumps() and xml_loads() functions; some name cleanup 2009-01-15 23:52:50 -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