From d3c352142cdc738b4d224ff5960996cc5861c6e5 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 6 Apr 2017 10:15:19 -0700 Subject: test_examples(): test without debug messages first That way, we are not drowning in messages when a test would also fail without debugging enabled. --- test/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3