summary refs log blame commit diff stats
path: root/test/__init__.py
blob: 4f1c736a375ccbe5f310786ba28644015d132dc8 (plain) (tree)
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_') ]