Constrain the language for the qa_engineer

The qa_engineer was generating chinese texts and comments while the rest
of the project was in English.
This commit is contained in:
Arnaud Gelas 2024-01-13 14:49:50 +01:00
parent da87e6aa8c
commit 8d1bc25def

View file

@ -36,7 +36,8 @@ class QaEngineer(Role):
profile: str = "QaEngineer"
goal: str = "Write comprehensive and robust tests to ensure codes will work as expected without bugs"
constraints: str = (
"The test code you write should conform to code standard like PEP8, be modular, " "easy to read and maintain"
"The test code you write should conform to code standard like PEP8, be modular, easy to read and maintain."
"Use same language as user requirement"
)
test_round_allowed: int = 5
test_round: int = 0