Description
Manage reusable test fixtures and resources in Python test suites. It helps developers set up, share, and clean up state needed by tests without duplicating setup code.
This is a testing library. Fixtures that touch files, services, or databases should clean up reliably so test failures do not leave stale state behind.