diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-06-28 22:58:48 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-06-28 22:58:48 +0200 |
commit | 9b264c75145cd854a1c0d0df9383a4a9f78f544b (patch) | |
tree | f190a578b13fcaa8d966dedccfde0edc427b1b4b /tox.ini | |
parent | be3f61af6202bef1aaae149d2f266615809cb436 (diff) | |
download | qutebrowser-9b264c75145cd854a1c0d0df9383a4a9f78f544b.tar.gz qutebrowser-9b264c75145cd854a1c0d0df9383a4a9f78f544b.zip |
tests: Share common markers.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |