talios / clojure-maven-plugin

Apache Maven Mojo for compiling clojure scripts to class files
251 stars 74 forks source link

Incorrect test summary with clojure >= 1.7.0-alpha6 #120

Closed pzygielo closed 4 years ago

pzygielo commented 4 years ago

Current plugin (1.8.4) with current clojure (1.10.1) produces following test summary after test goal:

Tests run: , Assertions: 1, Failures: 0, Errors: 0

ie. - number of tests run is not filled by https://github.com/talios/clojure-maven-plugin/blob/8ce0d7dab93a418cfba0bcf68943c31291bcdc23/src/main/resources/default_test_script.clj#L44-L47

Previous versions (up to 1.7.0-alpha5 incl., with break in alpha6) with the same plugin report:

Tests run: 1, Assertions: 1, Failures: 0, Errors: 0