6 lines
88 B
Python
6 lines
88 B
Python
from tests.create.utils import load_case
|
|
|
|
|
|
def test_cpp() -> None:
|
|
load_case("cpp")
|