From 084a0743189363c8c03aae1fe6766ae92a4469a3 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 11 Dec 2009 23:35:26 +0100 Subject: run all tests with a single executable --- test/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/__init__.py b/test/__init__.py index e69de29b..4f1c736a 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -0,0 +1,5 @@ +import os, sys + +__all__ = [ x[0:x.index('.')] \ + for x in os.listdir(os.path.dirname(__file__)) \ + if x.startswith('tc_') ] -- cgit 1.4.1-2-gfad0