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

Declare pytest selenium marker #242

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

adamchainz
Copy link
Contributor

Fix this warning seen in the test run:

/.../site-packages/_pytest/nodes.py:356: PytestUnknownMarkWarning: Unknown pytest.mark.selenium - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
  marker_ = getattr(MARK_GEN, marker)

Following the linked docs page.

@fdintino fdintino merged commit ffdd837 into theatlantic:master Jul 13, 2024
4 of 11 checks passed
@adamchainz adamchainz deleted the pytest_warning branch July 13, 2024 12:55
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.

2 participants