enthought / enthought/traitsui
Not all tests are capturing exceptions
Open
component: test suite
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Most tests use this ~decorator~ (edited: context manager) to capture exceptions that do not otherwise propagate and cause test failures/errors:
```
with store_exceptions_on_all_threads():
...
```
Some tests are missing this ~decorator~ (edited: context manager) such that it is possible for bugs to go unnoticed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.