Merge pull request #600 from better629/feat_other_basemodel

fix bug of missing test_round
This commit is contained in:
geekan 2023-12-21 18:17:52 +08:00 committed by GitHub
commit 8074668776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)