🎯 Summary
Feature release adding rename support for @pytest.mark.parametrize parameters. Renaming a parametrized parameter updates the decorator string, the test signature, and every body usage in one edit, and can be triggered from any of those three sites.
✨ Features
- Rename parametrize parameters: Rename a
@pytest.mark.parametrizeparameter and update the decorator string, the test signature, and the body together; supports single, comma-separated, list, tuple, andargnames=forms plus stacked decorators (#167)
What's Changed
- feat: rename pytest.mark.parametrize parameters (#165) by @bellini666 in #167
Full Changelog: v0.22.3...v0.23.0
What's Changed
- feat: rename pytest.mark.parametrize parameters (#165) by @bellini666 in #167
Full Changelog: v0.22.3...v0.23.0