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

unittest.mock in python 3.3+ #45

Open Jaymon opened 5 years ago

Jaymon commented 5 years ago

the mock library has been integrated into the standard lib, it has a patch interface and I'm wondering if it would be worth having testdata just be a wrapper around its patch functionality in python 3.3+?