1
0
mirror of synced 2025-01-23 22:54:08 +01:00

testing/: Remove outdated comments

This commit is contained in:
Viv 2023-06-30 17:37:38 -04:00
parent 4a5a3399aa
commit e2b0ac3e50

View File

@ -12,9 +12,7 @@ from tja2fumen.constants import COURSE_IDS, NORMALIZE_COURSE, simpleHeaders, byt
@pytest.mark.parametrize('id_song', [
# Passing charts
pytest.param('mikdp'),
# Failing charts (NB: These will be XFAIL in CI, but FAIL in local tests.)
pytest.param('ia6cho'),
])
def test_converted_tja_vs_cached_fumen(id_song, tmp_path, entry_point):