freeipa/tests/test_ipalib
Pavel Zuna 0023ffb881 Fix backend.Executioner unit test.
Before the patch that allows to create unshared instances of Connectible
objects, all Connection object were deleted at once in destroy_context().
It made sense at the time, because there was always at most one Connection
per Connectible subclass and Connectible.disconnect() was called only
internally by the Executioner class. Now that we can make arbitrary
connections, it makes more sense to delete the Connection object when
Connectible.disconnect() is called.
2010-01-13 13:39:50 -05: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 Fix backend.Executioner unit test. 2010-01-13 13:39:50 -05: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 Finished reworked cli.CLI class into cli.cli plugin 2009-02-03 15:29:04 -05:00
test_config.py Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don't get read; cleaned up config.Env automagic with regard to running in-tree vs. installed 2009-05-11 16:17:08 -04:00
test_crud.py Take 2: Extensible return values and validation; steps toward a single output_for_cli(); enable more webUI stuff 2009-12-10 08:29:15 -07:00
test_encoder.py Fix Encoder.decode test. 2009-07-02 13:33:02 -04:00
test_errors.py Rename errors2.py to errors.py. Modify all affected files. 2009-04-23 10:29:14 -04:00
test_frontend.py Take 2: Extensible return values and validation; steps toward a single output_for_cli(); enable more webUI stuff 2009-12-10 08:29:15 -07:00
test_output.py Take 2: Extensible return values and validation; steps toward a single output_for_cli(); enable more webUI stuff 2009-12-10 08:29:15 -07:00
test_parameters.py Take 2: Extensible return values and validation; steps toward a single output_for_cli(); enable more webUI stuff 2009-12-10 08:29:15 -07:00
test_plugable.py Removed PluginProxy and all its uses 2009-08-05 12:18:51 -04: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 Rename errors2.py to errors.py. Modify all affected files. 2009-04-23 10:29:14 -04:00
test_text.py Take 2: Extensible return values and validation; steps toward a single output_for_cli(); enable more webUI stuff 2009-12-10 08:29:15 -07:00
test_util.py Removed depreciated xmlrpc_marshal() and xmlrpc_unmarshal() functions 2009-02-17 16:03:08 -05:00