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