- Added
-c
/--clojure
option that accepts a string for the Clojure version to use for the tests pod. #30 - Added
-S
/--startup
option that accepts a set of function symbols to run (zero arguments) prior to running the tests. #30 - Added
-s
/--shutdown
option that accepts a set of function symbols to run (zero arguments) after running the tests. #30 - Added
-I
/--include
option to specify a regex for including namespaces, and-X
/--exclude
option to specify a regex for excluding namespaces. #30
- add stats to fileset metadata even if no tests have been on classpath #23