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

Add a trio repl #2972

Merged
merged 17 commits into from
May 16, 2024

Simplify runcode() using outcome.Outcome

d6f4bd1
Select commit
Loading
Failed to load commit list.
Merged

Add a trio repl #2972

Simplify runcode() using outcome.Outcome
d6f4bd1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 7, 2024 in 0s

99.64% (+0.00%) compared to 564907b

View this Pull Request on Codecov

99.64% (+0.00%) compared to 564907b

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.64%. Comparing base (564907b) to head (d6f4bd1).

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #2972    +/-   ##
========================================
  Coverage   99.64%   99.64%            
========================================
  Files         117      120     +3     
  Lines       17594    17711   +117     
  Branches     3171     3177     +6     
========================================
+ Hits        17532    17649   +117     
  Misses         43       43            
  Partials       19       19            
Files Coverage Δ
src/trio/__main__.py 100.00% <100.00%> (ø)
src/trio/_repl.py 100.00% <100.00%> (ø)
src/trio/_tests/test_repl.py 100.00% <100.00%> (ø)