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

import time

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