Description
Adds parameterized test support for Python test suites across multiple frameworks. It helps developers run the same test logic with many inputs without duplicating test code.
Parameterized tests can generate many cases quickly. Keep inputs clear and isolate tests that touch files, networks, credentials, or expensive resources.