Fork me on GitHub
#nrepl
<
2019-02-10
>
dominicm07:02:16

Did you get anywhere? :)

pez10:02:34

I am working around it for my own needs for now. Part of the problem for me was that I came in to it with the wrong expectations. Thinking that there ought to be a way to tell cider-nrepl to load the namespaces I was asking it to test for me. But it seems that Cider users are used to loading the -test namespaces themselves. Right now I am trying to figure out how to load the -test namespace when Calva runs tests for a namespace. There is a curious lack of a load-ns op. 😃

pez10:02:58

Regarding orchard/query I can fiddle some with it once I have gotten this Calva behaviour down. At least try to find out if there is a bug there with the project? key, if that would help you?

dominicm10:02:39

Fwiw, I don't always put my tests in -test, so make sure to test the current ns too.

dominicm10:02:49

If you're happy, don't go out of your way :)

dominicm10:02:11

I think I prefer your solution anyway.

pez15:02:22

Forgot to update on this. I solved my issue w/o relying on that load-project-ns? thing. Thanks for help and encouragement!