JOJ3-config-generator/tests/convert/test_convert_cases.py
李衍志523370910113 80e2bf6bad
Some checks failed
build / build (pull_request) Failing after 2m43s
build / build (push) Failing after 2m41s
feat: small testcases for parsers
2025-02-24 22:29:23 +08:00

26 lines
370 B
Python

from tests.convert.utils import load_case
def test_basic() -> None:
load_case("basic")
def test_clang_tidy() -> None:
load_case("clang-tidy")
def test_cppcheck() -> None:
load_case("cppcheck")
def test_cpplint() -> None:
load_case("cpplint")
def test_diff() -> None:
load_case("diff")
def test_keyword() -> None:
load_case("keyword")