Fork me on GitHub
#cider
<
2017-11-03
>
andrea.crotti10:11:07

is there a way to run a single test (the one where my cursor is ideally)?

andrea.crotti10:11:31

I have auto-test-mode which is great but most of the times I just want to run a single test really

andrea.crotti11:11:01

should be run-test-at-point in theory

andrea.crotti11:11:08

but I get NPE errors from CLojure

andrea.crotti11:11:17

with a test that otherwise works running the while namespace

benedek11:11:48

load the test ns or ideally rhe whole project and then C-c C-t C-t

andrea.crotti11:11:46

ah great thanks works thanks