mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
Update ut_writer.py
bug fix: fix quotes error
This commit is contained in:
parent
ad9fd4d23b
commit
ac4b550736
1 changed files with 3 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ def test_node_tags(project_key, nodes, operations, expected_msg):
|
|||
# 3. If comments are needed, use Chinese.
|
||||
|
||||
# If you understand, please wait for me to give the interface definition and just answer "Understood" to save tokens.
|
||||
'''
|
||||
|
||||
ACT_PROMPT_PREFIX = '''Refer to the test types: such as missing request parameters, field boundary verification, incorrect field type.
|
||||
Please output 10 test cases within one `@pytest.mark.parametrize` scope.
|
||||
|
|
@ -94,7 +95,8 @@ Name Type Required Default Value Remarks
|
|||
code integer Yes
|
||||
message string Yes
|
||||
data object Yes
|
||||
|
||||
```
|
||||
'''
|
||||
|
||||
|
||||
class UTGenerator:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue