9 lines
132 B
Python
9 lines
132 B
Python
import pytest
|
|
|
|
from tests.convert_joj1.utils import load_case
|
|
|
|
|
|
@pytest.mark.xfail
|
|
def test_basic() -> None:
|
|
load_case("basic")
|