From 1a3ced3f45423d79e08ca7d861e8118e8618d3b2 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 5 Oct 2012 11:57:16 -0400 Subject: wrote more detailed unit testing documentation --- testsuite/Testtools/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuite/Testtools/__init__.py') 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")) -- cgit v1.2.3-1-g7c22