testing

Testing tools, testing philosophy & methodology...
fabrao 2018-10-11T13:28:12.000100Z

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?

amar 2018-10-11T20:37:22.000100Z

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

fabrao 2018-10-11T21:02:36.000100Z

Thanks amar