Skip to content

Conversation

@kurtmckee
Copy link
Contributor

This introduces the following changes:

  • Fix duplicate, overlooked coverage and pytest dependencies in the dev dependency
  • Remove now-unnecessary pragma: no cover comments
    (coverage now auto-ignores functions with ... as their sole line)
  • Configure coverage to watch the code in tests/ as well
  • Remove unused helper functions in the test suite
  • Refactor test suite code to eliminate impossible-to-reach code

This introduces the following changes:

* Fix duplicate, overlooked coverage and pytest dependencies
  in the `dev` dependency
* Remove now-unnecessary `pragma: no cover` comments
  (coverage now auto-ignores functions with `...` as their sole line)
* Configure coverage to watch the code in `tests/` as well
* Remove unused helper functions in the test suite
* Refactor test suite code to eliminate impossible-to-reach code
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.

1 participant