MCPcopy Create free account
hub / github.com/OpenAstronomy/packaging-guide / _handle_cookiecutter_errors

Function _handle_cookiecutter_errors

tests/conftest.py:44–50  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

42
43
44def _handle_cookiecutter_errors(result):
45 if result.exception is not None:
46 raise result.exception
47
48 assert result.exit_code == 0
49
50 return result
51
52
53@pytest.fixture

Callers 4

bake_defaultFunction · 0.85
bake_examplesFunction · 0.85
bake_examples_compiledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected