summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
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