summaryrefslogtreecommitdiff
path: root/test/git/async/test_task.py
blob: c6a796e99efe74e17dc15a2b2ed0a7a2d8aedd32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""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