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
Uh oh!
There was an error while loading. Please reload this page.
-
When running tests, if I change a
deftestvar 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-unmapon 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