From: Olivier Guilyardi Date: Fri, 19 Feb 2010 17:42:46 +0000 (+0000) Subject: add a script to run all unit tests at once X-Git-Tag: 0.3.2~180 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5332f4541acaf9fe6f16b7828c78d3c55e5ea35b;p=timeside.git add a script to run all unit tests at once --- diff --git a/tests/alltests.py b/tests/alltests.py new file mode 100644 index 0000000..e368939 --- /dev/null +++ b/tests/alltests.py @@ -0,0 +1,5 @@ +from timeside.tests.testcomponent import * +from timeside.tests.testinputadapter import * +from timeside.tests import TestRunner + +unittest.main(testRunner=TestRunner())