fix bug of missing test_round

This commit is contained in:
better629 2023-12-21 18:05:34 +08:00
parent 64c5673d6a
commit 8d26af8466

View file

@ -39,6 +39,7 @@ class QaEngineer(Role):
"The test code you write should conform to code standard like PEP8, be modular, " "easy to read and maintain"
)
test_round_allowed: int = 5
test_round: int = 0
def __init__(self, **kwargs):
super().__init__(**kwargs)