Skip to content

Commit

Permalink
test: declare pytest markers
Browse files Browse the repository at this point in the history
To stop PytestUnknownMarkWarning, this declares markers on setup.cfg
https://docs.pytest.org/en/latest/mark.html
  • Loading branch information
tk0miya committed May 12, 2019
1 parent b5cb9b4 commit a38ce3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ strict_optional = False
filterwarnings =
all
ignore::DeprecationWarning:docutils.io
markers =
sphinx
apidoc
setup_command
test_params

[coverage:run]
branch = True
Expand Down

0 comments on commit a38ce3b

Please sign in to comment.