Skip to content

Commit

Permalink
Parser Tests: add tag to differentiate (#11017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch authored Oct 15, 2024
1 parent 985299d commit ac1048e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unittests/test_parsers.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import os
from pathlib import Path

from django.test import tag as test_tag

from .dojo_test_case import DojoTestCase, get_unit_tests_path

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


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

0 comments on commit ac1048e

Please sign in to comment.