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
In a similar vein, so I'll mention it here:
I'm curious if there is an option for watch mode to only run tests affected by changed namespaces? This is the behavior for Midje's test runner (in autotest mode) and many of my colleagues are looking for a replacement now that we are considering a clojure.test based testing setup.
EDIT:
many of my colleagues are big fans of the REPL-based (autotest) command the Midje has. So tackling the problem I mentioned above in a way that scales to kaocha's REPL support would be 💯
When watch reloads test namespaces, it would be nice if it ran those tests first. This would enable a faster workflow.
The text was updated successfully, but these errors were encountered: