You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
After the refactoring of teosd.py in #202, all the code that handles the initialization of the tower's components, starting the services and clean teardown is contained in the TeosDaemon class.
This should allow now to have some unit tests for the various parts of the code of the class.
Things to consider:
a further refactoring of the methods might be needed to improve testability
we might want to have some form of dependency injection in order to be able to mock the various components during unit tests.
The text was updated successfully, but these errors were encountered:
After the refactoring of teosd.py in #202, all the code that handles the initialization of the tower's components, starting the services and clean teardown is contained in the
TeosDaemon
class.This should allow now to have some unit tests for the various parts of the code of the class.
Things to consider:
The text was updated successfully, but these errors were encountered: