-
Notifications
You must be signed in to change notification settings - Fork 23
test juxt
#756
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
test juxt
#756
Conversation
d126c9c
to
2f8b271
Compare
(is (= ["12345678910" 1 10] | ||
((juxt str min max) 1 2 3 4 5 6 7 8 9 10)))) | ||
|
||
(testing "'returns a fn that is the juxtaposition of those fns'" |
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.
Thanks, Dave. The tests look good. One oddity stands out, though.
These four testing
forms have double insulation of quoting. Was that intentional? I don't think we're using that anywhere else.
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.
Those are direct quotes from the docstring — intentional but could be more clear.
Co-authored-by: Emma Griffin <53583563+E-A-Griffin@users.noreply.github.com>
@daveliepmann if you give me write access to your fork I might be able to look into the issues here tomorrow morning before I go on vacation |
That way I can just push up a fix if I find one |
@E-A-Griffin you should have an invite now |
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.
@jeaye this looks good to me, lmk what you think
Thanks, folks! |
closes #327