Create test suite for functional fns (e.g. juxt, comp, partial, etc.)
Description
The tests in other_functions.clj for the combinator functions are tenuous in some cases (comp) and missing in others (juxt, partial, complement, and constantly). It would be nice to have a full suite of combinator tests moving forward.
I would be happy to write the needed tests.
Environment
None
Attachments
1
Activity
Show:
Federico Brubacher March 22, 2011 at 5:07 PM
Michael, Stuart, Can I barge in with a patch? I would love to get feedback on this. I have CA signed already. Thanks Federico
Stuart Halloway January 28, 2011 at 3:00 PM
Go for it, and mark them waiting for me when they are ready.
The tests in
other_functions.clj
for the combinator functions are tenuous in some cases (comp
) and missing in others (juxt
,partial
,complement
, andconstantly
). It would be nice to have a full suite of combinator tests moving forward.I would be happy to write the needed tests.