In Clojure, I decided to move from record metadata elements :test for use deftest . To make sure that I wrote deftest , I will try to restart and run the tests with a reboot in the REPL.
While I do not care about repeating tests as such, when I delete a test from the source, I would like to delete it when the source is reloaded. Clearing REPL does not remove tests.
So how much do I remove tests defined through deftest from Clojure REPL
source share