Design PyTest fixtures for:
Test requirements: ${{TEST_REQUIREMENTS}}
Resources needed: ${{RESOURCES_NEEDED}}
Scope preferences: ${{FIXTURE_SCOPE}}
Create:
- Fixture functions with appropriate scope
- Parameterized fixtures
- Factory fixtures
- Async fixtures if needed
- Fixture dependencies
- Cleanup/teardown logic
- conftest.py organizationOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{TEST_REQUIREMENTS][{RESOURCES_NEEDED][{FIXTURE_SCOPE]