diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-10-05 11:57:16 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-10-05 11:57:16 -0400 |
commit | 1a3ced3f45423d79e08ca7d861e8118e8618d3b2 (patch) | |
tree | 72dcb775987fff65471b6e27bc2c6313d8fcb409 /testsuite/Testtools | |
parent | cc2e101cd6a1ef8c29ef2481c03274011f321a77 (diff) | |
download | bcfg2-1a3ced3f45423d79e08ca7d861e8118e8618d3b2.tar.gz bcfg2-1a3ced3f45423d79e08ca7d861e8118e8618d3b2.tar.bz2 bcfg2-1a3ced3f45423d79e08ca7d861e8118e8618d3b2.zip |
wrote more detailed unit testing documentation
Diffstat (limited to 'testsuite/Testtools')
-rw-r--r-- | testsuite/Testtools/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/Testtools/__init__.py b/testsuite/Testtools/__init__.py index 73687eb5f..993938e07 100644 --- a/testsuite/Testtools/__init__.py +++ b/testsuite/Testtools/__init__.py @@ -11,9 +11,7 @@ while path != "/": if os.path.basename(path) == "testsuite": break path = os.path.dirname(path) -from common import XI_NAMESPACE, XI, inPy3k, call, builtins, u, can_skip, \ - skip, skipIf, skipUnless, Bcfg2TestCase, DBModelTestCase, syncdb, \ - patchIf, datastore +from common import * TOOLSDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "tools")) |