Fork me on GitHub
#cider
<
2023-06-28
>
frozenlock14:06:48

When running tests with CIDER shortcuts, is it possible to make it ignore some or all of the ns fixtures? I have small fixture that prints untested public functions, but unfortunately it's currently also used when calling cider-test-run-test (run the test at point) 😕

frozenlock14:06:45

Perhaps there's something that could be leveraged from the lein :test profile instead... :thinking_face:

frozenlock14:06:08

Ha! I can define something via profile injection and dispatch on that without even touching CIDER.