Skip to content

Commit

Permalink
Add pytest configuration description
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticXWolf committed Mar 23, 2021
1 parent e4c3e16 commit 88475b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engines/axwchessbot/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ def pytest_addoption(parser):


def pytest_configure(config):
config.addinivalue_line("markers", "slow: mark test as slow to run")
config.addinivalue_line(
"markers", "slow: mark test as slow to run (use --runslow to run)"
)


def pytest_collection_modifyitems(config, items):
Expand Down

0 comments on commit 88475b5

Please sign in to comment.