freeipa/tests
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
..
test_install Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'existant' mispelling 2009-12-18 10:56:13 -05:00
test_ipalib Fix backend.Executioner unit test. 2010-01-13 13:39:50 -05:00
test_ipaserver Fixed 'import json' for simplejson compatability 2009-10-16 12:38:22 -06:00
test_ipawebui Giant webui patch take 2 2009-10-13 11:28:00 -06:00
test_pkcs10 Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL. 2009-11-30 18:10:09 -07:00
test_xmlrpc Remove hardcoded domain, example.com 2009-12-18 09:41:53 -07:00
__init__.py Added top-level tests/ package that will contain all unit tests 2008-10-07 20:36:44 -06:00
data.py Re-enable Python2.4 tests and fixed some small things broken under Python2.4 2008-12-08 12:34:38 -07:00
test_util.py Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'existant' mispelling 2009-12-18 10:56:13 -05:00
util.py Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'existant' mispelling 2009-12-18 10:56:13 -05:00