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

Un-deprecate assert_no_yields and rename to assert_no_checkpoints #352

Merged

Conversation

njsmith
Copy link
Member

@njsmith njsmith commented Nov 28, 2017

This was deprecated as part of gh-157 due to lack of use cases, but
gh-329 reported a plausible use-case so let's put it back.

This was deprecated as part of python-triogh-157 due to lack of use cases, but
python-triogh-329 reported a plausible use-case so let's put it back.
@codecov
Copy link

codecov bot commented Nov 28, 2017

Codecov Report

Merging #352 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #352   +/-   ##
=======================================
  Coverage   99.24%   99.24%           
=======================================
  Files          87       87           
  Lines       10436    10436           
  Branches      728      728           
=======================================
  Hits        10357    10357           
  Misses         61       61           
  Partials       18       18
Impacted Files Coverage Δ
trio/testing/__init__.py 100% <ø> (ø) ⬆️
trio/testing/_checkpoints.py 100% <100%> (ø) ⬆️
trio/tests/test_testing.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 399b378...7554f3b. Read the comment docs.

@njsmith njsmith merged commit d170e9a into python-trio:master Nov 28, 2017
@njsmith njsmith deleted the undeprecated-assert-no-checkpoints branch November 28, 2017 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant