Hello all, I´m using cider C-c C-t n
to run namespace tests. I notice that if I change the name of deftest
, it keep "testing". Is there any way to clean it up without restart cider session?
@fabrao one way is to (remove-ns 'some.ns-test)
and then you can reload the file
Thanks amar