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
$ make test | |
go test -v ./... | |
? github.com/jmespath/jmespath.go/cmd/jp [no test files] | |
=== RUN TestCompliance | |
Best: a | |
--- PASS: TestCompliance (0.02s) | |
=== RUN TestCanLexTokens | |
--- PASS: TestCanLexTokens (0.00s) | |
=== RUN TestLexingErrors | |
--- PASS: TestLexingErrors (0.00s) | |
=== RUN TestParsingErrors | |
--- PASS: TestParsingErrors (0.00s) | |
PASS | |
ok github.com/jmespath/jmespath.go/jmespath 0.028s | |
=== RUN TestSlicePositiveStep | |
--- PASS: TestSlicePositiveStep (0.00s) | |
PASS | |
ok github.com/jmespath/jmespath.go/jmespath/jputil 0.006s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment