DiODeProject / DiODeProject/MuMoT
Do not suppress tracebacks when running 'test' notebooks via nbval
Open
enhancement
testing
- Dominant language
- Python
- Stars
- 24
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
At present tracebacks are suppressed via the logic in __init__.py. This is annoying when pytest fails.
A possible solution: if there is an active IPython session then only suppress tracebacks if an env var is defined and set to 1. This env var could then be set to 1 in `tox.ini`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.