Fork me on GitHub
#testing
<
2015-08-28
>
piyushmandovra16:08:52

guys can you suggest api testing libs from clojure

piyushmandovra16:08:11

i am using pedestal with friend as web framework

piyushmandovra16:08:39

and suggestion for unit-testing and datomic query testing

sdegutis16:08:06

@piyushmandovra: IMO you don't want to test datomic queries, those should be a hidden implementation detail and your functions should not expose this fact

piyushmandovra16:08:53

@sdegutis: i didn't get how testing datomic queries can expose my implementation detail

sdegutis17:08:09

@piyushmandovra: I mean testing them in your tests can.

piyushmandovra17:08:20

@sdegutis still didn't get how testing a query can expose my hidden implementation detail, can you please explain?

sdegutis18:08:03

Anyone here have experience with the Ultra plugin for clojure.test?