/test/

/test/__init__.py?h=v1.9.2' type='application/atom+xml'/>
summary refs log tree commit diff stats
path: root/test/__init__.py
blob: 4f1c736a375ccbe5f310786ba28644015d132dc8 (plain) (blame)
1
2
3
4
5
import os, sys

__all__ = [ x[0:x.index('.')] \
		for x in os.listdir(os.path.dirname(__file__)) \
		if x.startswith('tc_') ]