File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.claude/skills/analyze-toxgen Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ there is another one that's failing.
6969
7070#### Analyze non-flake failures
7171
72- Run the test suite for the failing tox target locally via ` tox -e tox_target} ` .
72+ Run the test suite for the failing tox target locally via ` tox -e { tox_target} ` .
7373
7474Analyze the error message from the local run, then start localizing
7575the source of the breakage:
@@ -89,6 +89,6 @@ point to the specific code snippets for double checking.
8989
9090Ask the user if you should propose a fix.
9191
92- When fixing, make sure the integration code supports both the current and the
93- new way of integrating with the library, as we need to support users across
94- different versions .
92+ First check out the toxgen/update branch locally. Then branch off of it for the
93+ fix. When fixing, make sure the integration code supports both the current and
94+ the new way of integrating with the library, as we need to support both .
You can’t perform that action at this time.
0 commit comments