JOJ3-config-generator/tests/convert_joj1/test_convert_joj1_cases.py
张泊明518370910136 19ba9c529d
All checks were successful
build / build (pull_request) Successful in 2m29s
build / build (push) Successful in 2m31s
chore: remove joj1 convert tests
2025-03-01 13:04:27 -05:00

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")