testing: the overview documentation on (*T) Run is unclear #35824
Comments
@opennota I feel like the documentation for T.Run itself is fairly clear on this behavior: https://pkg.go.dev/testing?tab=doc#T.Run
Do you have a suggestion for improving this? Also, if you're curious, you can see the |
This is clear enough:
but the package documentation which I'm talking about comes first and if one reads from the start can confuse him. |
/cc @mpvl @josharian |
The package documentation says that
But that means that in the example above (see below) the tests aren't run in parallel, because "Run does not return", which I take to mean that the first Run blocks (and then the second too, etc):
The text was updated successfully, but these errors were encountered: