Jaymon / testdata

Python module to make testing easier, it can generate random data like names and text, run commands, fetch urls, create files and directories, and more
MIT License
10 stars 0 forks source link

get_range function #74

Closed Jaymon closed 3 years ago

Jaymon commented 3 years ago

It would be great to wrap something like this:

for x in range(get_int(1, 3)):
    pass

with a get_range function that will get a random range

by default it should start with 1 instead of 0?