JOJ3-config-generator/tests/convert_joj1/test_convert_joj1_cases.py
李衍志523370910113 a19f6ba84b
Some checks failed
build / build (pull_request) Failing after 2m31s
build / build (push) Failing after 2m34s
fix: assertion error to pass test
2025-02-25 09:54:24 +08:00

8 lines
113 B
Python

import pytest
from tests.convert_joj1.utils import load_case
def test_basic() -> None:
load_case("basic")