Improved test structure

This commit is contained in:
Sven Heidemann 2021-03-12 16:13:17 +01:00
parent db21d88721
commit f36d8c3e9f
13 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,3 @@
- create logger
- use logger in publisher
- create console select with up & down arrows
- add command start
- add command update

View File

View File

View File

View File

@ -1,5 +1,5 @@
from tests.application import Application
from tests.startup import Startup
from tests.custom.general.application import Application
from tests.custom.general.startup import Startup
if __name__ == '__main__':
app = Application()