JOJ3-config-generator/tests/create/test_create_cases.py
张泊明518370910136 df14ad801b
All checks were successful
build / build (push) Successful in 1m48s
feat: language specific create questions
2025-03-17 19:07:11 -04:00

6 lines
88 B
Python

from tests.create.utils import load_case
def test_cpp() -> None:
load_case("cpp")