def run(self):
if test is not None and test.test is not None:
assert test.test() == True, "Automated tests failed!"
print("notice all tests passed: OK!")
else:
print("notice automated tests skipped!")