summaryrefslogtreecommitdiff
path: root/test/git/async/test_task.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-06-12 14:34:09 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-06-12 14:34:09 +0200
commit86ea63504f3e8a74cfb1d533be9d9602d2d17e27 (patch)
treea2c59af267666a4b44bda748b806585c46faae99 /test/git/async/test_task.py
parentf91495e271597034226f1b9651345091083172c4 (diff)
downloadgitpython-86ea63504f3e8a74cfb1d533be9d9602d2d17e27.tar.gz
Removed async from tree
Diffstat (limited to 'test/git/async/test_task.py')
-rw-r--r--test/git/async/test_task.py15
1 files changed, 0 insertions, 15 deletions
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
-