summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-08-11 19:36:27 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-08-11 19:36:27 +0200
commit14545a3a22f74fea4c1fd409b607a94b1f5b9fdd (patch)
tree266b1fcdc276ead2316d3d3ad23ed09df0eec65c /pytest.ini
parentdc2b3ff4331bccbe9997c44c2e65c1b91e273f5c (diff)
downloadqutebrowser-14545a3a22f74fea4c1fd409b607a94b1f5b9fdd.tar.gz
qutebrowser-14545a3a22f74fea4c1fd409b607a94b1f5b9fdd.zip
Mark some tests as integration and no coverage.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 7d374fb9a..c8a7c0aa2 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -8,6 +8,7 @@ markers =
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.
+ integration: Tests which test a bigger portion of code, run without coverage.
flakes-ignore =
UnusedImport
UnusedVariable