(scratch_project_data)
| 424 | |
| 425 | @pytest.fixture |
| 426 | def dummy_attachment(scratch_project_data): |
| 427 | attachment = Path(scratch_project_data, "content/test.txt") |
| 428 | write_files((attachment, "some text")) |
| 429 | |
| 430 | |
| 431 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected