Skip to content

parallel-test 0.3.2

Latest
Compare
Choose a tag to compare
@aredington aredington released this 16 Nov 01:42
· 1 commit to master since this release

This minor release improves parallel-test's dependency management:

  • Parallel-test no longer includes an implicit parallel-test profile. If the project.clj specifies one, it will be used during parallel-test.
  • Parallel-test will check dependencies before launching the child JVM, and ensure that the parallel-test plugin, core.async, and robert hooke are on the classpath. It has default versions for these if unspecified, and, if these are specified it will not add them.
  • Implicit core.async updated to 0.4.474
  • Tested on dayjob use, and it's equivalent to 0.3.1 for our CI purposes