you will always get all testables passed in, but some will be marked as skipped
I would use pre-run
and post-run
to start/stop the container, and pre-test
to reset it
(hierarchy/leaf? {:kaocha.testable/type :kaocha.type/var})
;; => true
Thanks yes that now makes sense...and well I was trying another route now (kinda late here) to use wrap-run
That works, except my test has an :each
fixture that uses a dynamic var. I do binding
in wrap-run
but for some reason it arrives nil
within the test fixture
if fixtures are loaded at "load time" probably that is why I can't seem to make this work
anyways thank you for your explanation!
hi I am trying to run kaocha with cloverage plugin but have an error
lein kaocha --plugin cloverage
ERROR: Couldn't load plugin kaocha.plugin/cloverage
is there a way to have it more verbose?please help
also, when I run kaocha with coverage is see this wan
16:39:49.429 [main] WARN cloverage.instrument - Unknown special form (monitor-enter lockee__5714__auto__)
16:39:49.442 [main] WARN cloverage.instrument - Unknown special form (monitor-exit lockee__5714__auto__)
and some tests failthat last one you'll have to report with the cloverage folks
roger, thanks!
The first can you create a github issue with your project.clj and tests.edn?
thank you
Is anyone using Kaocha's watch functionality with macOS Big Sur (11.3)? I'd like to confirm that this issue is fixed: https://github.com/lambdaisland/kaocha/issues/151