From 50e469109eed3a752d9a1b0297f16466ad92f8d2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 5 Jun 2010 18:26:26 +0200 Subject: Initial pool design added, allowing for lazy channel based evaluation of inter-dependent tasks --- test/git/odb/test_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/git/odb/test_thread.py') 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): -- cgit v1.2.1