added test hooks (like rules)

This commit is contained in:
Chanumask
2023-11-10 12:19:52 +01:00
parent 209b317105
commit 789e9934fd
4 changed files with 53 additions and 36 deletions

View File

@ -38,5 +38,6 @@ class Test(abc.ABC):
class FirstTest(Test):
def __init__(self):
print("firstTest")
super().__init__()
pass