MCPcopy
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
310def fixture(*arg: Any, **kw: Any) -> Any:
311 return _fixture_functions.fixture(*arg, **kw)
312
313
314def get_current_test_name() -> str:

Callers 1

variation_fixtureFunction · 0.70

Calls 1

fixtureMethod · 0.45

Tested by

no test coverage detected