Skip to content

Commit 6b2b4f5

Browse files
committed
doc(build): improve practial pytest marker help
1 parent f5c57b3 commit 6b2b4f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ universal = 1
77
[tool:pytest]
88
# See http://doc.pytest.org/en/latest/mark.html#mark
99
markers =
10-
slow: marks tests as slow, select them with `-m slow` or `-m 'not slow'`
10+
slow: slow-running tests, run them: with: -m slow OR -m 'slow and not slow'
1111

1212
# TODO: enable doctests in README.
1313
addopts = graphtik/ test/ docs/source/ README.rst
@@ -23,4 +23,3 @@ addopts = graphtik/ test/ docs/source/ README.rst
2323
--doctest-glob=*.rst
2424
--cov-fail-under=80
2525
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
26-

0 commit comments

Comments
 (0)