aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-04-06 10:15:19 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-04-07 16:40:15 -0700
commitd3c352142cdc738b4d224ff5960996cc5861c6e5 (patch)
tree043a4513fff5c0caf58f86f7ae7c3fa6be0c5527 /test
parent3f656efe98639094d8944ca82518984d74a471cd (diff)
test_examples(): test without debug messages first
That way, we are not drowning in messages when a test would also fail without debugging enabled.
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_examples.py b/test/test_examples.py
index 90d0218..18e858b 100755
--- a/test/test_examples.py
+++ b/test/test_examples.py
@@ -62,7 +62,7 @@ def test_hello(tmpdir, name, options):
@pytest.mark.parametrize("name", ('passthrough', 'passthrough_fh',
'passthrough_ll'))
-@pytest.mark.parametrize("debug", (True, False))
+@pytest.mark.parametrize("debug", (False, True))
def test_passthrough(tmpdir, name, debug, capfd):
# Avoid false positives from libfuse debug messages