mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-05 20:07:47 +03:00
[Tests] Add pytest markers to tox.ini
Remove pytest warnings due to unknown markers
This commit is contained in:
parent
c1110e4ef3
commit
672e3c42a8
1 changed files with 6 additions and 0 deletions
6
tox.ini
6
tox.ini
|
@ -11,6 +11,12 @@ minversion=3.0
|
||||||
# Hide logged warnings and errors in test output.
|
# Hide logged warnings and errors in test output.
|
||||||
log_cli_level = CRITICAL
|
log_cli_level = CRITICAL
|
||||||
addopts = -p no:warnings --basetemp=_pytest_temp
|
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
|
# Base dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue