Skip to content

Commit e38e28d

Browse files
committed
add link
1 parent 5ba1ae0 commit e38e28d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ def test_skip_if_parallel(num_parallel_threads):
243243

244244
You can skip tests marked as or detected to be thread-unsafe by passing
245245
`--skip-thread-unsafe` in your pytest invocation. This is useful when running
246-
pytest-run-parallel under [Thread Sanitizer](). Setting
246+
pytest-run-parallel under [Thread
247+
Sanitizer](https://clang.llvm.org/docs/ThreadSanitizer.html). Setting
247248
`--skip-thread-unsafe=True` will avoid unnecessarily running tests where thread
248249
sanitizer cannot detect races because the test is not parallelized.
249250

0 commit comments

Comments
 (0)