We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c57b3 commit 6b2b4f5Copy full SHA for 6b2b4f5
setup.cfg
@@ -7,7 +7,7 @@ universal = 1
7
[tool:pytest]
8
# See http://doc.pytest.org/en/latest/mark.html#mark
9
markers =
10
- slow: marks tests as slow, select them with `-m slow` or `-m 'not slow'`
+ slow: slow-running tests, run them: with: -m slow OR -m 'slow and not slow'
11
12
# TODO: enable doctests in README.
13
addopts = graphtik/ test/ docs/source/ README.rst
@@ -23,4 +23,3 @@ addopts = graphtik/ test/ docs/source/ README.rst
23
--doctest-glob=*.rst
24
--cov-fail-under=80
25
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
26
-
0 commit comments