enthought / enthought/traitsui

Not all tests are capturing exceptions

Open
#876 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.