You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"- Ensure tests can run in parallel without conflicts.\n"
22
44
"- If tests are large and can be safely and logically split, create multiple test methods (i.e. avoid a single CRUD test if possible, split it into multiple tests if logically and safely separable).\n"
45
+
"- It is highly preferred that all CRUD operations are not coupled in a single test.\n"
23
46
"- Output only valid Python code for the test file, nothing else."
0 commit comments