You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ It detects the following:
10
10
-`t.Parallel()` is called in either a top-level test function or a sub-test function only
11
11
- Although `t.Parallel()` is called in the sub-test function, it is post-processed by `defer` instead of `t.Cleanup()`
12
12
13
-
This tool was inspired by this blog: [Test parallelization in Go: Understanding the t.Parallel() method]([https://engineering.mercari.com/blog/entry/how_to_use_t_parallel/](https://engineering.mercari.com/en/blog/entry/20220408-how_to_use_t_parallel/))
13
+
This tool was inspired by this blog: [Test parallelization in Go: Understanding the t.Parallel() method](https://engineering.mercari.com/en/blog/entry/20220408-how_to_use_t_parallel/)
0 commit comments