Description
Simplifies data fixtures for pytest test suites. It helps developers provide reusable sample data to tests with less boilerplate and clearer fixture setup.
Fixture data should be representative but safe. Avoid embedding real secrets, customer records, or oversized files in test fixtures.