From: Nikolaus Rath Date: Thu, 6 Apr 2017 17:15:19 +0000 (-0700) Subject: test_examples(): test without debug messages first X-Git-Tag: fuse-3.0.1~12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d3c352142cdc738b4d224ff5960996cc5861c6e5;p=qemu-gpiodev%2Flibfuse.git test_examples(): test without debug messages first That way, we are not drowning in messages when a test would also fail without debugging enabled. --- 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