This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-24
Channels
- # arachne (1)
- # aws (1)
- # beginners (43)
- # boot (67)
- # cider (7)
- # cljs-dev (14)
- # cljsjs (6)
- # clojure (215)
- # clojure-czech (2)
- # clojure-dev (12)
- # clojure-dusseldorf (2)
- # clojure-italy (1)
- # clojure-russia (22)
- # clojure-spec (2)
- # clojure-uk (33)
- # clojurescript (85)
- # cryogen (2)
- # cursive (1)
- # datascript (22)
- # datomic (18)
- # dirac (8)
- # hoplon (9)
- # klipse (1)
- # lein-figwheel (5)
- # leiningen (126)
- # off-topic (1)
- # om (57)
- # onyx (159)
- # pedestal (33)
- # planck (2)
- # re-frame (52)
- # reagent (3)
- # ring (2)
- # ring-swagger (16)
- # test-check (12)
- # testing (5)
- # untangled (86)
- # vim (6)
Hey guys, I’m testing my compojure-api based application and I’m running dry in answers for the following: How would one load a fixture for all tests? I wouldn’t want to put all my handler tests into one file.
Life will find a way, and so did I. I used a combination of in-ns and load to split my tests into multiple files.
@singen could You send me a gist / sample of how You solved this? I'm currently stuck on the same issue
No Problem, as long as You're okay with showing me how to load fixtures with compojure / swagger I'll wait as long as I have to
How can I pass path-parameters to a liberator resource?
@jondejung Does this answer your issue? https://gist.github.com/singen/07357205ff677f092101a9748af5771c
I can’t say anything about how idiomatic that stuff is, I’ve only used clojure for about a month