From 672e3c42a8c8cf0a0298918500cb15ff26839f61 Mon Sep 17 00:00:00 2001 From: bendikro Date: Sun, 12 Apr 2020 19:25:25 +0200 Subject: [Tests] Add pytest markers to tox.ini Remove pytest warnings due to unknown markers --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 3f4cdf081..41ff1fbc0 100644 --- a/tox.ini +++ b/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 -- cgit