smarie / python-pytest-steps

A tiny package to ease the creation of test steps with shared intermediate results/state.
https://smarie.github.io/python-pytest-steps/
BSD 3-Clause "New" or "Revised" License
56 stars 5 forks source link

Fix grammar #32

Closed obestwalter closed 5 years ago

obestwalter commented 5 years ago

Also: make it more visible that code after the last yield is not executed.

codecov-io commented 5 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   83.58%   83.58%           
=======================================
  Files          26       26           
  Lines        1133     1133           
=======================================
  Hits          947      947           
  Misses        186      186

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 55334da...f5e61de. Read the comment docs.

smarie commented 5 years ago

Thanks for this proposal!