Skip to content

Commit 3230892

Browse files
Clearer skip message for slow WASM tests
1 parent 86f8785 commit 3230892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def pytest_collection_modifyitems(config: Any, items: Any) -> None:
233233

234234
skip_slow_hyp = pytest.mark.skip(reason="need --run-slow-hypothesis option to run")
235235
skip_slow_wasm = pytest.mark.skip(
236-
reason="need --run-slow-wasm option to run, or not running in WASM"
236+
reason="need --run-slow-wasm option to run in WASM, or not running in WASM"
237237
)
238238

239239
for item in items:

0 commit comments

Comments
 (0)