Skip to content

Commit

Permalink
Merge pull request #600 from better629/feat_other_basemodel
Browse files Browse the repository at this point in the history
fix bug of missing test_round
  • Loading branch information
geekan authored Dec 21, 2023
2 parents eac2ba1 + 8d26af8 commit 8074668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metagpt/roles/qa_engineer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8074668

Please sign in to comment.