Description
Loads pytest parameter sets from external files. It helps projects keep large test matrices, examples, or expected cases outside Python code while still using pytest parametrization.
External test data should be reviewed like code. Validate file formats and avoid loading untrusted data that can drive unsafe test behavior.