[Tests] Add pytest markers to tox.ini

Remove pytest warnings due to unknown markers
This commit is contained in:
bendikro 2020-04-12 19:25:25 +02:00 committed by Calum Lind
parent c1110e4ef3
commit 672e3c42a8
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ minversion=3.0
# Hide logged warnings and errors in test output.
log_cli_level = CRITICAL
addopts = -p no:warnings --basetemp=_pytest_temp
markers =
todo: Tests that are yet to be written
gtkui: Tests for GTK code
security: Security related tests
slow: Tests that are particularly slow
internet: Tests that require internet connectivity
# =================
# Base dependencies