diff options
Diffstat (limited to 'test/git/odb/test_pool.py')
-rw-r--r-- | test/git/odb/test_pool.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/git/odb/test_pool.py b/test/git/odb/test_pool.py deleted file mode 100644 index 6656c69d..00000000 --- a/test/git/odb/test_pool.py +++ /dev/null @@ -1,10 +0,0 @@ -"""Channel testing""" -from test.testlib import * -from git.odb.pool import * - -import time - -class TestThreadPool(TestBase): - - def test_base(self): - pass |