Skip to content

Instantly share code, notes, and snippets.

@jamesls
Created July 16, 2015 00:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
$ 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