Clojure: Unmap current namespace’s vars #414
NoahTheDuke
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running tests, if I change a
deftest
var name, then running all of the file's tests will run the precious version under the old name.With that in mind, I'd love a command to call
ns-unmap
on every var defined in a namespace. I don't want to use tools.namespaces to reload everything, I only want to reset the current namespace.Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions