-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use t.Run on transport helper tests (#3973)
Currently up to 4 tests (tls/tcp with and without socks5 proxy) are run within one unit test. If one fails, no hint which of these 4 tests did fail is given. Plus, `-test.run` option can not be used to select particular tests. Using t.Run ensures each sub-test has a name for reporting and filtering purposes.
- Loading branch information
Showing
1 changed file
with
38 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters