[Tests] Add pytest markers to tox.ini
Remove pytest warnings due to unknown markers
This commit is contained in:
parent
c1110e4ef3
commit
672e3c42a8
6
tox.ini
6
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue