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

service isn't as easy to use as I'd like #21

Closed Jaymon closed 6 years ago

Jaymon commented 6 years ago

I end up with a lot of things like:

postgresql = InitD("postgresql")
postgresql.ignore_failure = False
postgresql.stop()

which I don't like

Some things to think about: