-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bulk convert to using testify/suite for tests (#1185)
There were a couple of places where `cmdExec` or similar was changed but not changed back. Now by this being a test suite it's handled for us. As part of this work a number of other "leaking" side-effects in tests are cleaned up properly. However I wasn't able to fix all of them, so those packages are left as stdlib testing only. I also didn't convert everything we could have to use Setup functions.
- Loading branch information
Showing
104 changed files
with
6,416 additions
and
6,550 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.