Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
def
_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_default
Function · 0.85
bake_examples
Function · 0.85
bake_examples_compiled
Function · 0.85
bake_examples_compiled_dev_version
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected