MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / fixture

Method fixture

lib/sqlalchemy/testing/config.py:73–74  ·  view source on GitHub ↗
(self, *arg, **kw)

Source from the content-addressed store, hash-verified

71 return self._null_decorator()
72
73 def fixture(self, *arg, **kw):
74 return self._null_decorator()
75
76 def get_current_test_name(self):
77 return None

Callers 2

fixtureFunction · 0.45
decorateFunction · 0.45

Calls 1

_null_decoratorMethod · 0.95

Tested by

no test coverage detected