(organisation)
| 417 | |
| 418 | @pytest.fixture() |
| 419 | def project(organisation): # type: ignore[no-untyped-def] |
| 420 | return Project.objects.create(name="Test Project", organisation=organisation) |
| 421 | |
| 422 | |
| 423 | @pytest.fixture() |
nothing calls this directly
no test coverage detected
searching dependent graphs…