-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add :only-tags
option
#32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eyes peeled for the big use case reveal 🤩
(tags-set (:ns (meta varr))) | ||
(tags-set varr)))] | ||
(printf | ||
"Skipping `%s` due to missing only tag(s): %s\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be really nice if we rolled up the logs to namespace level when possible, as typically none of the tests will be adding any more tags.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll tackle this separately. It is a little noisy
(are [options] (= [#'find-tests-test] | ||
(hawk/find-tests this-ns options)) | ||
{:only-tags [:exclude-this-test]} | ||
{:only-tags #{:exclude-this-test}})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These seems to be repeated test cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no a set and vector are not the same and I want to make sure both work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant that they're both duplicates of the tests on line 74 and 75, if I'm not mistaken
Apologies for rudely pushing to your branch - Github wouldn't show the right diff without fixing the conflicts. |
I'm going to do something super cool with this NGL no cap fr fr