From 61138f2ece0cb864b933698174315c34a78835d1 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 5 Jun 2010 19:59:17 +0200 Subject: Moved multiprocessing modules into own package, as they in fact have nothing to do with the object db. If that really works the way I want, it will become an own project, called async --- test/git/mp/test_pool.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/git/mp/test_pool.py (limited to 'test/git/mp/test_pool.py') diff --git a/test/git/mp/test_pool.py b/test/git/mp/test_pool.py new file mode 100644 index 00000000..7c4a366f --- /dev/null +++ b/test/git/mp/test_pool.py @@ -0,0 +1,10 @@ +"""Channel testing""" +from test.testlib import * +from git.mp.pool import * + +import time + +class TestThreadPool(TestBase): + + def test_base(self): + pass -- cgit v1.2.3