summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-06-28 22:58:48 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-06-28 22:58:48 +0200
commit9b264c75145cd854a1c0d0df9383a4a9f78f544b (patch)
treef190a578b13fcaa8d966dedccfde0edc427b1b4b /tox.ini
parentbe3f61af6202bef1aaae149d2f266615809cb436 (diff)
downloadqutebrowser-9b264c75145cd854a1c0d0df9383a4a9f78f544b.tar.gz
qutebrowser-9b264c75145cd854a1c0d0df9383a4a9f78f544b.zip
tests: Share common markers.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 01291f9f6..1682498b2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -184,6 +184,12 @@ commands =
norecursedirs = .tox .venv
markers =
gui: Tests using the GUI (e.g. spawning widgets)
+ posix: Tests which only can run on a POSIX OS.
+ windows: Tests which only can run on Windows.
+ linux: Tests which only can run on Linux.
+ osx: Tests which only can run on OS X.
+ not_frozen: Tests which can't be run if sys.frozen is True.
+ frozen: Tests which can only be run if sys.frozen is True.
flakes-ignore =
UnusedImport
UnusedVariable