diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-07-19 12:22:30 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-07-19 12:22:30 +0200 |
commit | a3834d043b85f71134fd9098829160223bb3d13b (patch) | |
tree | b88a9f09b3523e023aa25d270de24912f589bfd7 /pytest.ini | |
parent | a26fc89f4918968ec99d100ffd28a78e20393e42 (diff) | |
download | qutebrowser-a3834d043b85f71134fd9098829160223bb3d13b.tar.gz qutebrowser-a3834d043b85f71134fd9098829160223bb3d13b.zip |
pytest: Set testpaths
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index ad1a56086..225d64d9a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,6 @@ [pytest] addopts = --strict -rfEw --faulthandler-timeout=70 --instafail --pythonwarnings error +testpaths = tests markers = gui: Tests using the GUI (e.g. spawning widgets) posix: Tests which only can run on a POSIX OS. |