We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985299d commit ac1048eCopy full SHA for ac1048e
1 file changed
unittests/test_parsers.py
@@ -1,11 +1,14 @@
1
import os
2
from pathlib import Path
3
4
+from django.test import tag as test_tag
5
+
6
from .dojo_test_case import DojoTestCase, get_unit_tests_path
7
8
basedir = os.path.join(get_unit_tests_path(), "..")
9
10
11
+@test_tag("parser-supplement-tests")
12
class TestParsers(DojoTestCase):
13
def test_file_existence(self):
14
for parser_dir in os.scandir(os.path.join(basedir, "dojo", "tools")):
0 commit comments