MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / project

Function project

api/tests/conftest.py:419–420  ·  view source on GitHub ↗
(organisation)

Source from the content-addressed store, hash-verified

417
418@pytest.fixture()
419def project(organisation): # type: ignore[no-untyped-def]
420 return Project.objects.create(name="Test Project", organisation=organisation)
421
422
423@pytest.fixture()

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected