JOJ3-config-generator/tests/convert_joj1/test_convert_joj1_cases.py
张泊明518370910136 48d01045b5
All checks were successful
build / build (push) Successful in 1m50s
refactor: more compact test codes
2024-10-23 01:39:36 -04: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")