Fork me on GitHub
#testing
<
2018-10-11
>
fabrao13:10:12

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?

amar20:10:22

@fabrao one way is to (remove-ns 'some.ns-test) and then you can reload the file

fabrao21:10:36

Thanks amar