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

Function project_b

api/tests/conftest.py:424–425  ·  view source on GitHub ↗
(organisation: Organisation)

Source from the content-addressed store, hash-verified

422
423@pytest.fixture()
424def project_b(organisation: Organisation) -> Project:
425 return Project.objects.create(name="Test Project B", organisation=organisation) # type: ignore[no-any-return]
426
427
428@pytest.fixture()

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected