added exploration tests
This commit is contained in:
parent
b4f279c549
commit
6a7debde14
6
test/exploration_tests/utils_test.py
Normal file
6
test/exploration_tests/utils_test.py
Normal file
@ -0,0 +1,6 @@
|
||||
from funcy import rcompose
|
||||
|
||||
|
||||
def test_rcompose():
|
||||
f = rcompose(lambda x: x ** 2, str, lambda x: x * 2)
|
||||
assert f(3) == "99"
|
||||
Loading…
x
Reference in New Issue
Block a user