Closed ccorcos closed 8 years ago
there are tests? where are those?
Each function has a test file adjacent to it in the same directory. For example the compose.py
file is right next to a compose_test.py
file. To write a test, just write a function that includes test
in its name somewhere and it will be run. The pyramda.private.asserts
module has some helpers for simple tests.
oh interesting, how did I miss those!
@jackfirth good to go
Looks great, thanks again :)
Np. I have a bunch more coming ;)
Fantastic! Keep 'em coming :+1:
Thank you!
Build is failing because Coverage.py no longer supports 3.2. I'll fix the CI script, then merge this. Could you add unit tests please? Coveralls ought to pass then. Additionally, add it to the list of functions in the README.