MCPcopy
hub / github.com/mne-tools/mne-python / _test_passed

Function _test_passed

mne/conftest.py:972–976  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

970
971
972def _test_passed(request):
973 if _phase_report_key not in request.node.stash:
974 return True
975 report = request.node.stash[_phase_report_key]
976 return "call" in report and report["call"].outcome == "passed"
977
978
979@pytest.fixture()

Callers 3

pg_backendFunction · 0.85
brain_gcFunction · 0.85
qt_windows_closedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected