7 lines
106 B
Python
7 lines
106 B
Python
from tests.convert.utils import load_case
|
|
|
|
|
|
def test_basic() -> None:
|
|
load_case("basic")
|
|
|
|
test_basic() |