Make tests use the local connection type, fix missing callback in tests.

This commit is contained in:
Michael DeHaan
2012-11-19 10:30:30 -05:00
parent 75620220b6
commit 9985995a9d
8 changed files with 12 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ class TestRunner(unittest.TestCase):
forks=1,
background=0,
pattern='all',
transport='local',
)
self.cwd = os.getcwd()
self.test_dir = os.path.join(self.cwd, 'test')