Skip to content

Instantly share code, notes, and snippets.

@jamesls
Created July 16, 2015 00:44
Show Gist options
  • Save jamesls/e73d0adf20c6460369be to your computer and use it in GitHub Desktop.
Save jamesls/e73d0adf20c6460369be to your computer and use it in GitHub Desktop.
$ 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