Skip to content

Commit c3d55e2

Browse files
committed
refac: Preserving original scxml file names for passing testcases
1 parent d6175c5 commit c3d55e2

11 files changed

Lines changed: 32 additions & 1 deletion

File tree

tests/w3c_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def pytest_generate_tests(metafunc):
4242
pytest.param(
4343
testcase_path,
4444
id=str(testcase_path.name),
45-
marks=fail_marks if "ok" not in testcase_path.name else [],
45+
marks=fail_marks if "fail" in testcase_path.name else [],
4646
)
4747
for testcase_path in TESTCASES_DIR.glob("**/*.scxml")
4848
],
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)