Reorganised tests

This commit is contained in:
2010-01-26 17:18:00 +00:00
parent 469021f596
commit 866a5e6ca3
4 changed files with 21 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
import unittest
import testtvorganise
def all():
suite = unittest.TestSuite()
testtvorganise.suite(suite)
return suite