You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
This works great for making sure that namespaces with tests get checked with radagast. However, this approach can't detect what namespaces are loaded and don't have any test coverage at all. It'd be nice if instead of taking a whitelist and a sequence of test namespaces radagast could use the same file location that lein does to locate and load all namespaces for which there is source code, then use the existing annotate all and test all approach.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use the following
~/bin/radagast
(which is highly dependant on my aliases but whatever)This works great for making sure that namespaces with tests get checked with radagast. However, this approach can't detect what namespaces are loaded and don't have any test coverage at all. It'd be nice if instead of taking a whitelist and a sequence of test namespaces radagast could use the same file location that lein does to locate and load all namespaces for which there is source code, then use the existing annotate all and test all approach.
The text was updated successfully, but these errors were encountered: