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

create_modules should take .submodule names #57

Open Jaymon opened 4 years ago

Jaymon commented 4 years ago

It would be handy to be able to do something like:


testdata.create_modules("foo", {
    ".bar": [],
    ".che": []
})

and have `foo`, `foo.bar`, and `foo.che` all created.