Skip to content

Instantly share code, notes, and snippets.

@oyvindrobertsen
Created November 2, 2014 00:25
Show Gist options
  • Save oyvindrobertsen/688b1f6811952d8fde19 to your computer and use it in GitHub Desktop.
Save oyvindrobertsen/688b1f6811952d8fde19 to your computer and use it in GitHub Desktop.
(require hytest)
(import [hymnous.request [parse-query-string]])
(defn func [x] (+ x 3))
(test-set parse-query-string
(test = 4 (func 1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment