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

Register pytest markers #915

Merged
merged 2 commits into from May 18, 2019
Merged

Commits on May 17, 2019

  1. Register pytest markers

    The latest version of pytest has started warning on unregistered
    markers, which the test suite uses fairly extensively, causing the tests
    to fail. This explicitly registers all the markers used in the test
    suite.
    pganssle committed May 17, 2019
    Copy the full SHA
    417f441 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52a48d5 View commit details
    Browse the repository at this point in the history