Dominic Monroe

Results 195 issues of Dominic Monroe

2 known things can cause messages containing `'out'` when running tests: 1. Exceptions during the `require` phase of the `test` operation will cause exceptions to be printed 2. Any `println`,...

bug
to do
component: test

It should be possible to run tests against individual vars. The `test` operation in cider allows vars to be specified. Fireplace has a regex which pulls out the var of...

to do
component: test

I think this could be done with basic templating using asciidoctor, and keeping to a subset - which can grow over time. This would mean that both vim and html...

to do

If you have a function like this: ```clojure (defn make-request [request] (http/with-additional-middleware [...] (http/request request))) ``` And you call it with mocking, like so: ```clojure (binding [http/request (http/make-request (constantly {:status...