guys can you suggest api testing libs from clojure
i am using pedestal with friend as web framework
and suggestion for unit-testing and datomic query testing
@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
@sdegutis: i didn't get how testing datomic queries can expose my implementation detail
@piyushmandovra: I mean testing them in your tests can.
@sdegutis still didn't get how testing a query can expose my hidden implementation detail, can you please explain?
Anyone here have experience with the Ultra plugin for clojure.test?