UPD: try to make useful test stuff.

This commit is contained in:
2019-03-15 17:35:16 +01:00
parent 2dce52cb25
commit 1c3e5bf761
6 changed files with 130 additions and 2 deletions

2
tests/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from test_suite import TestSuite
test_suite = TestSuite()