Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fixture
Function
fixture
lib/sqlalchemy/testing/config.py:310–311 ·
view source on GitHub ↗
(*arg: Any, **kw: Any)
Source
from the content-addressed store, hash-verified
308
309
310
def
fixture(*arg: Any, **kw: Any) -> Any:
311
return
_fixture_functions.fixture(*arg, **kw)
312
313
314
def
get_current_test_name() -> str:
Callers
1
variation_fixture
Function · 0.70
Calls
1
fixture
Method · 0.45
Tested by
no test coverage detected