Parameterise whether require ns use :refer all
or :as sut
when creating namespace form
#217
Labels
:refer all
or :as sut
when creating namespace form
#217
At the moment the automatically generated
:require
statement pulls in the subject under test as[a.b.c :refer :all]
. I, and I think a bunch of people would prefer[a.b.c :as sut]
.Would be great if
cider
exposed a var which either:cider-pull-su-as-refer-all
)(setq cider-sut-require-form "[:refer % :as sut]")
)I dunno - I am an emacs newbie, but hopefully the intent of this issue is clear.
Thanks!
The text was updated successfully, but these errors were encountered: