clojure-expectations/clojure-test

Usage report on 2.0.0-alpha2

Closed this issue · 1 comments

Hello!

I just recently noticed that you moved to 2.0.0-alpha2. I tried it with the zprint tests, and it works great for both cli and cljs:

√ projects/zprint % lein with-profile expectations test
Retrieving com/github/seancorfield/expectations/2.0.0-alpha2/expectations-2.0.0-alpha2.pom from clojars
Retrieving com/github/seancorfield/expectations/2.0.0-alpha2/expectations-2.0.0-alpha2.jar from clojars

lein test zprint.config-test

lein test zprint.core-test

lein test zprint.finish-test

lein test zprint.guide-test

lein test zprint.main-test

lein test zprint.range-test

lein test zprint.rewrite-test

lein test zprint.spec-test

lein test zprint.zprint-test

lein test zprint.zutil-test

Ran 10 tests containing 1383 assertions.
0 failures, 0 errors.
√ projects/zprint % clj -A:cljs-runner
WARNING: Use of :main-opts with -A is deprecated. Use -M instead.

Testing zprint.config-test

Testing zprint.core-test

Testing zprint.finish-test

Testing zprint.guide-test

Testing zprint.main-test

Testing zprint.range-test

Testing zprint.rewrite-test

Testing zprint.spec-test

Testing zprint.zprint-test

Testing zprint.zutil-test

Ran 9 tests containing 1291 assertions.
0 failures, 0 errors.

Thanks for moving things forward! I'll upgrade zprint to use 2.0.0-alpha2 now.

Cheers -- Kim

Thank you for the experience report @kkinnear -- I appreciate the follow-up!