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
LazyTest does a lot of things I wanted to do with Expectations but couldn't achieve because of the clojure.test compatibility considerations.
With the ability to run clojure.test (+ Expectations) and LazyTest via my external test runner for Polylith and my fork of test-runner, and LazyTest's Expectations extensions namespace, there's very little incentive to continue maintaining Expectations here -- folks can migrate to LazyTest fairly easily and I think it's a much better testing library.
LazyTest does a lot of things I wanted to do with Expectations but couldn't achieve because of the
clojure.test
compatibility considerations.With the ability to run
clojure.test
(+ Expectations) and LazyTest via my external test runner for Polylith and my fork oftest-runner
, and LazyTest's Expectations extensions namespace, there's very little incentive to continue maintaining Expectations here -- folks can migrate to LazyTest fairly easily and I think it's a much better testing library./cc @NoahTheDuke
The text was updated successfully, but these errors were encountered: