Disable output for namespaces when running tests in clojure with boot -
i using boot-clj
watch
test
task adzerk.boot-test
.
it prints testing my.namespace.here
console every namespace have in project.
even if namespace not contain tests. no fun, since have scroll every time test fails.
how disable output?
Comments
Post a Comment