diff options
author | bendikro <bro.devel@gmail.com> | 2020-04-12 19:25:25 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2020-04-23 18:19:37 +0200 |
commit | 672e3c42a8c8cf0a0298918500cb15ff26839f61 (patch) | |
tree | 4192db6dfbbf6c8fc8a4de5bbc9378ce836638bb /tox.ini | |
parent | [Tests] Fix tests failing when deluged fails to listen (diff) | |
download | deluge-672e3c42a8c8cf0a0298918500cb15ff26839f61.tar.xz deluge-672e3c42a8c8cf0a0298918500cb15ff26839f61.zip |
[Tests] Add pytest markers to tox.ini
Remove pytest warnings due to unknown markers
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |