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
Copy file name to clipboardexpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,18 @@ Works in self-hosted ClojureScript (specifically,
63
63
[`planck`](https://planck-repl.org)). See
64
64
[Getting Started with ClojureScript](/doc/getting-started-cljs.md) for details.
65
65
66
+
> I consider Expectations to be mature and stable, but at this point somewhat in
67
+
maintenance mode. I have started migrating several of my own projects to
68
+
[LazyTest](https://github.com/noahtheduke/lazytest) which is actively maintained
69
+
and provides better reporting and a more expressive test DSL. LazyTest has
70
+
a [`lazytest.extensions.expectations`](https://cljdoc.org/d/io.github.noahtheduke/lazytest/CURRENT/api/lazytest.extensions.expectations)
71
+
namespace that provides a fairly complete replacement for Expectations on
72
+
Clojure (no ClojureScript support) so it's fairly easy to migrate from Expectations
73
+
to LazyTest. Note that LazyTest is **not** compatible with `clojure.test`
74
+
tooling -- it has its own test runner and reporting -- which may color your
75
+
decision to, especially if you rely on Cursive's built-in test runner (or
76
+
Calva's -- although custom REPL snippets mitigate that, at least for me).
77
+
66
78
## Example REPL Session
67
79
68
80
What follows is an example REPL session showing some of what this library provides. For more detailed documentation, start with [Getting Started](/doc/getting-started.md) and work your way through the sections listed there.
0 commit comments