Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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()
419
def
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
create
Method · 0.45
Tested by
no test coverage detected