ArvindSelvaraj
commited on
Update backend.py
Browse files- backend.py +0 -1
backend.py
CHANGED
@@ -38,7 +38,6 @@ def generate_testcases(user_story):
|
|
38 |
"Generate as many as testcases possible minimum 6 ,maximum it can be anything"
|
39 |
"Understand the story thoroughly"
|
40 |
"If it's a DropBury or ODAC Portal User Story, then we perform testing in ODAC Portal"
|
41 |
-
"Give correct and valid steps minimum 3 steps"
|
42 |
"""
|
43 |
|
44 |
# Combine the few-shot examples with the user story for the model to process
|
|
|
38 |
"Generate as many as testcases possible minimum 6 ,maximum it can be anything"
|
39 |
"Understand the story thoroughly"
|
40 |
"If it's a DropBury or ODAC Portal User Story, then we perform testing in ODAC Portal"
|
|
|
41 |
"""
|
42 |
|
43 |
# Combine the few-shot examples with the user story for the model to process
|