summaryrefslogtreecommitdiff
path: root/test/git/odb/test_thread.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-06-05 18:26:26 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-06-05 18:26:26 +0200
commit50e469109eed3a752d9a1b0297f16466ad92f8d2 (patch)
tree80781beb3ee4eee74056079332c722078ce46638 /test/git/odb/test_thread.py
parent65c9fe0baa579173afa5a2d463ac198d06ef4993 (diff)
downloadgitpython-50e469109eed3a752d9a1b0297f16466ad92f8d2.tar.gz
Initial pool design added, allowing for lazy channel based evaluation of inter-dependent tasks
Diffstat (limited to 'test/git/odb/test_thread.py')
-rw-r--r--test/git/odb/test_thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/odb/test_thread.py b/test/git/odb/test_thread.py
index 3b7f749b..674ecc1d 100644
--- a/test/git/odb/test_thread.py
+++ b/test/git/odb/test_thread.py
@@ -27,7 +27,7 @@ class TestWorker(WorkerThread):
self.kwargs = None
-class TestCase( TestCase ):
+class TestThreads( TestCase ):
@terminate_threads
def test_worker_thread(self):