From 86ea63504f3e8a74cfb1d533be9d9602d2d17e27 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 12 Jun 2010 14:34:09 +0200 Subject: Removed async from tree --- test/git/async/test_task.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/git/async/test_task.py (limited to 'test/git/async/test_task.py') diff --git a/test/git/async/test_task.py b/test/git/async/test_task.py deleted file mode 100644 index c6a796e9..00000000 --- a/test/git/async/test_task.py +++ /dev/null @@ -1,15 +0,0 @@ -"""Channel testing""" -from test.testlib import * -from git.async.util import * -from git.async.task import * - -import time - -class TestTask(TestBase): - - max_threads = cpu_count() - - def test_iterator_task(self): - # tested via test_pool - pass - -- cgit v1.2.1