Skip to content

Update expected error tests#53

Merged
standage merged 1 commit intomasterfrom
pytest
Aug 15, 2019
Merged

Update expected error tests#53
standage merged 1 commit intomasterfrom
pytest

Conversation

@standage
Copy link
Member

This update brings the microhapulator test suite into compliance with pytest 5.x syntax for testing expected error messages. Closes #52.


  • Changes are clearly described above
  • Any relevant issue threads are referenced in the description
  • Any new features are tested (see docs/DEVEL.md for details)
  • Substantial changes are documented in CHANGELOG.md (see https://keepachangelog.com/en/1.0.0/)

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   97.18%   97.18%           
=======================================
  Files          26       26           
  Lines         818      818           
  Branches      151      151           
=======================================
  Hits          795      795           
  Misses         11       11           
  Partials       12       12

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 6fab218...6e40766. Read the comment docs.

@standage standage merged commit a0a69cb into master Aug 15, 2019
@standage standage deleted the pytest branch August 19, 2019 17:57
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.

Error strings accessed differently in pytest 5.x

2 participants