Skip to content

v0.23.0

Latest

Choose a tag to compare

@bellini666 bellini666 released this 04 Jun 21:35
c848ff9

🎯 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.parametrize parameter and update the decorator string, the test signature, and the body together; supports single, comma-separated, list, tuple, and argnames= forms plus stacked decorators (#167)

What's Changed

Full Changelog: v0.22.3...v0.23.0

What's Changed

Full Changelog: v0.22.3...v0.23.0