mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-14 07:12:18 +00:00
Reorganised tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import unittest
|
||||
import testtvorganise
|
||||
|
||||
def all():
|
||||
|
||||
suite = unittest.TestSuite()
|
||||
|
||||
testtvorganise.suite(suite)
|
||||
|
||||
return suite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user