lein-test-out
lein-test-out copied to clipboard
A leiningen plugin for running tests with junit XML / TAP output
When Leiningen runs its built-in 'test' command, it merges both the `:test` and `:leiningen/test` profiles automatically [*]. If a project has test-only configuration enabled under either of those profiles, simply...
I've got a project where most of the time I only care about testing the unit tests, but where I might want to test my integration tests specially. My project.clj...
An expression like this was creating invalid xml. ``` clojure (is (= 0 (println ""))) ``` I can see why you'd want stdout to go into the test result output...
The example was using 0.3.1 instead of 0.3.0 and that caused my build to fail, when I tried to use it. This fixes it.