summaryrefslogtreecommitdiff
path: root/test/git/async/test_pool.py
blob: 3a9ef8a1cc58a44204ca000cfe1e1251e9ef0a1a (plain)
1
2
3
4
5
6
7
8
9
10
"""Channel testing"""
from test.testlib import *
from git.async.pool import *

import time

class TestThreadPool(TestBase):
	
	def test_base(self):
		pass