conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
Gleb Posobin 2020-11-07T04:26:58.194700Z

How to run tests with conjure?

Gleb Posobin 2020-11-07T05:13:42.195400Z

So far I found :RunTests command in fireplace, but it doesn't work from the namespace being tested, only from the test namespace.

2020-11-07T05:26:24.195700Z

i haven't tried myself, but do any of these help? https://github.com/Olical/conjure/blob/master/doc/conjure-client-clojure-nrepl.txt#L106-L117

practicalli-john 2020-11-07T08:08:28.196400Z

, t a to run all tests

Olical 2020-11-07T12:42:35.197200Z

@sogaiu @posobin yep, you probably want test alternate namespace, which is in that link. ,tN by default (if your local leader is ,)

Gleb Posobin 2020-11-07T12:54:25.198300Z

Ah, nice, I tried only :h conjure, didn't know there is a separate page for clojure. Thank you!