mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
fix bug of missing test_round
This commit is contained in:
parent
64c5673d6a
commit
8d26af8466
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue