pytest
1a96f164 - Derive pytest.raises from AbstractContextManager

Commit
2 years ago
Derive pytest.raises from AbstractContextManager Makes `AbstractContextManager` the shared base class between "raises" and other context managers. The motivation is for type checkers to narrow `pytest.raises(...) if x else nullcontext()` to a `ContextManager` rather than `object`.
Author
Committer
Parents
Loading