Tagged Questions
4
votes
2answers
228 views
how to unit test for laziness
I have a function that is supposed to take a lazy seq and return an unrealized lazy seq. Now I want to write a unit test (in test-is btw) to make sure that the result is an unrealized lazy sequence.