added the ability of different output stream for running osaca and more tests

This commit is contained in:
JanLJL
2020-02-27 13:30:58 +01:00
parent 6c08a98418
commit b4682d16fb
6 changed files with 203 additions and 147 deletions

View File

@@ -14,7 +14,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'test_frontend',
'test_db_interface',
'test_kerncraftAPI',
'test_examples',
'test_cli',
]
)