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

client.Command.run ret_code should be able to take a list #48

Open Jaymon opened 5 years ago

Jaymon commented 5 years ago

basically:

c.run("", ret_code=[0,1])

should be valid