# # -------------------------------- """ outside the testrun there are some tasks in order maintain the tests, for example: # testrunner to control or execute the testrun # set the target-results # generate testcases # partial cleaning of the storage """ from datetime import datetime import basic.message import basic.program import inspect import components.component class Maintainer(): pass