Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change strict_exception_groups default to True #2886

Merged
merged 30 commits into from
Jan 22, 2024

Merge remote-tracking branch 'origin/master' into remove_multierror

0b45ec9
Select commit
Loading
Failed to load commit list.
Merged

change strict_exception_groups default to True #2886

Merge remote-tracking branch 'origin/master' into remove_multierror
0b45ec9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 21, 2024 in 0s

99.64% (+0.00%) compared to e4c8eb2

View this Pull Request on Codecov

99.64% (+0.00%) compared to e4c8eb2

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e4c8eb2) 99.64% compared to head (0b45ec9) 99.64%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2886   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         116      116           
  Lines       17477    17499   +22     
  Branches     3133     3147   +14     
=======================================
+ Hits        17415    17437   +22     
  Misses         43       43           
  Partials       19       19           
Files Coverage Δ
src/trio/_core/_run.py 99.66% <ø> (ø)
src/trio/_core/_tests/test_ki.py 97.83% <100.00%> (+<0.01%) ⬆️
src/trio/_core/_tests/test_run.py 100.00% <100.00%> (ø)
src/trio/_subprocess.py 100.00% <100.00%> (ø)
src/trio/_tests/test_highlevel_open_tcp_stream.py 100.00% <100.00%> (ø)
src/trio/_tests/test_highlevel_serve_listeners.py 100.00% <100.00%> (ø)
src/trio/_tests/test_signals.py 100.00% <100.00%> (ø)
src/trio/_tests/test_socket.py 100.00% <100.00%> (ø)
src/trio/_tests/test_ssl.py 99.85% <100.00%> (ø)
src/trio/_tests/test_subprocess.py 99.23% <100.00%> (+0.04%) ⬆️
... and 4 more