diff options
Diffstat (limited to 'grc/tests/test_examples.py')
-rw-r--r-- | grc/tests/test_examples.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/tests/test_examples.py b/grc/tests/test_examples.py index ac45adcd55..2b590a4a94 100644 --- a/grc/tests/test_examples.py +++ b/grc/tests/test_examples.py @@ -44,6 +44,7 @@ def print_proper(element): return element.name return f"{element.parent.name} - {element}" +@pytest.mark.examples @pytest.mark.parametrize("example", gather_examples()) def test_all_examples(example): global BLOCK_PATHS |