Skip to content

Commit

Permalink
replace testify with got
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Oct 1, 2020
1 parent 301e8c1 commit 137dada
Show file tree
Hide file tree
Showing 24 changed files with 2,382 additions and 2,356 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The entry point of all tests is the [setup_test.go](../setup_test.go) file.

`go test -v -run /Click`, `Click` is the pattern to match the test function name.

Use regex to match and run a single test: `go test -v -run /^TestClick$`.
Use regex to match and run a single test: `go test -v -run /^Click$`.

### To disable headless mode

Expand Down
Loading

0 comments on commit 137dada

Please sign in to comment.