testing

Testing tools, testing philosophy & methodology...
2015-08-28T16:04:52.000003Z

guys can you suggest api testing libs from clojure

2015-08-28T16:05:11.000004Z

i am using pedestal with friend as web framework

2015-08-28T16:05:39.000005Z

and suggestion for unit-testing and datomic query testing

2015-08-28T16:35:06.000006Z

@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

2015-08-28T16:40:53.000007Z

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

2015-08-28T17:20:09.000008Z

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

2015-08-28T17:36:20.000009Z

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

2015-08-28T18:28:03.000010Z

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