test: declare pytest markers

To stop PytestUnknownMarkWarning, this declares markers on setup.cfg
https://docs.pytest.org/en/latest/mark.html
This commit is contained in:
Takeshi KOMIYA 2019-05-12 15:21:03 +09:00
parent b5cb9b4ca4
commit a38ce3bfc7

View File

@ -55,6 +55,11 @@ strict_optional = False
filterwarnings =
all
ignore::DeprecationWarning:docutils.io
markers =
sphinx
apidoc
setup_command
test_params
[coverage:run]
branch = True