You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I've noticed that when you do (lazytest.repl/run-tests *ns*) it seems to somehow run clojure.test tests as well, report that they fail, but then consider them passes (b/c they didn't throw an exception?). But I'm puzzled as to why it's even trying to run them? They don't have :type :lazytest/var (or any other :type metadata that lazytest might care about)?
The text was updated successfully, but these errors were encountered:
This makes it very difficult to mix clojure.test and LazyTest since clojure.test tests are "seen" by LazyTest and executed -- but always pass (because they do not throw exceptions). Running both sets of tests and merging the result summaries is not possible until LazyTest stops trying to run clojure.test tests -- this is a blocker for me to even try LazyTest at work.
From the slack channel:
The text was updated successfully, but these errors were encountered: