Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. $ make test
  2. go test -v ./...
  3. ? github.com/jmespath/jmespath.go/cmd/jp [no test files]
  4. === RUN TestCompliance
  5. Best: a
  6. --- PASS: TestCompliance (0.02s)
  7. === RUN TestCanLexTokens
  8. --- PASS: TestCanLexTokens (0.00s)
  9. === RUN TestLexingErrors
  10. --- PASS: TestLexingErrors (0.00s)
  11. === RUN TestParsingErrors
  12. --- PASS: TestParsingErrors (0.00s)
  13. PASS
  14. ok github.com/jmespath/jmespath.go/jmespath 0.028s
  15. === RUN TestSlicePositiveStep
  16. --- PASS: TestSlicePositiveStep (0.00s)
  17. PASS
  18. ok github.com/jmespath/jmespath.go/jmespath/jputil 0.006s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement