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

import time

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