But something like `Gen.lines(file).take(1000)` wo...
# kotlintest
l
But something like
Gen.lines(file).take(1000)
would be very easy to use (and to implement)
m
seems a nice use case, maybe to test on a portion of production data
l
That's my case xD
I annonimized some data from production and created a file for it
s
seems like a good addition !
i
agreed, this sounds great