Skip to content
Prev Previous commit
Next Next commit
Let upgrade-pylib a separate commit from updating module
  • Loading branch information
moreal committed Jan 30, 2026
commit 37bdfd696d8ec4e3bdd70f45633cd70adcec8e71
4 changes: 4 additions & 0 deletions .claude/commands/upgrade-pylib.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ This helps improve the tooling for future upgrades.
return super().test_something()
```

6. **Commit the test fixes**
- Run: `git add -u && git commit -m "Mark failing tests"`
- This creates a separate commit for the test markers added in steps 2-5

## Example Usage
```
# Using module names (recommended)
Expand Down