-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a single test from namespace #7
Comments
It has the |
I have own version of test task completelly based on this package but without humane-test-output and with new additional parameter for filter by name. So that line: boot test -f "(= (:name (mata %)) 'foobar)" Can be used in this maner: boot test -s foobar You can found the code here: https://github.com/funcool/bootutils/blob/master/src/funcool/bootutils.clj#L72 |
PRs for |
I'll prepare these PR's in my first free time! ;) |
Actually for running single tests one can do something like Which although powerful is kind of ugly. Something like |
Can we make it simpler to type in? |
It would be nice to have support for running single tests also. Currently
test
only takes whole namespace using-n
.The text was updated successfully, but these errors were encountered: