Skip to content

Commit ac1048e

Browse files
authored
Parser Tests: add tag to differentiate (#11017)
1 parent 985299d commit ac1048e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

unittests/test_parsers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
import os
22
from pathlib import Path
33

4+
from django.test import tag as test_tag
5+
46
from .dojo_test_case import DojoTestCase, get_unit_tests_path
57

68
basedir = os.path.join(get_unit_tests_path(), "..")
79

810

11+
@test_tag("parser-supplement-tests")
912
class TestParsers(DojoTestCase):
1013
def test_file_existence(self):
1114
for parser_dir in os.scandir(os.path.join(basedir, "dojo", "tools")):

0 commit comments

Comments
 (0)