Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 9e55e6d

Browse files
committed
Fix: suppress warning about unknown pytest mark.
1 parent ebeff20 commit 9e55e6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pytest.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ****************************
2+
# |docname| - Configure pytest
3+
# ****************************
4+
[pytest]
5+
# See `Registering marks <https://docs.pytest.org/en/stable/how-to/mark.html>`_; this mark is defined in `selenium_module_fixture`.
6+
markers =
7+
exit_status_success: Determine if the runestone build exit code is checked by ``selenium_module_fixture``.

0 commit comments

Comments
 (0)