summaryrefslogtreecommitdiff
path: root/grc/tests/test_examples.py
diff options
context:
space:
mode:
authorJosh Morman <jmorman@perspectalabs.com>2021-05-19 21:17:47 -0400
committermormj <34754695+mormj@users.noreply.github.com>2021-05-20 07:14:29 -0400
commita7dbb78743964e434eef9b2582c56c0f84d70759 (patch)
tree268e21eaa46eea0317d5b5a40fed411749603338 /grc/tests/test_examples.py
parentb930b98f7c3847305f7fcae43785a2c6a27fe6d4 (diff)
grc: exclude examples test from make test
Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
Diffstat (limited to 'grc/tests/test_examples.py')
-rw-r--r--grc/tests/test_examples.py1
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