exceptiongroup
exceptiongroup copied to clipboard
Proposal of another API for handling ExceptionGroup
trafficstars
This is related to python-trio/trio#1683.
Just a POC for how the API could look with ExceptionGroup.
Codecov Report
Merging #22 into master will increase coverage by
6.74%. The diff coverage is91.66%.
@@ Coverage Diff @@
## master #22 +/- ##
==========================================
+ Coverage 66.55% 73.30% +6.74%
==========================================
Files 11 11
Lines 311 427 +116
Branches 28 39 +11
==========================================
+ Hits 207 313 +106
- Misses 101 111 +10
Partials 3 3
| Impacted Files | Coverage Δ | |
|---|---|---|
| exceptiongroup/_tools.py | 56.06% <ø> (ø) |
|
| exceptiongroup/__init__.py | 85.71% <79.16%> (-14.29%) |
:arrow_down: |
| exceptiongroup/_tests/test_exceptiongroup.py | 100.00% <100.00%> (ø) |