neithere / argh

An argparse wrapper that doesn't make you say "argh" each time you deal with it.
http://argh.rtfd.org
GNU Lesser General Public License v3.0
369 stars 56 forks source link

Use Python's build in unittest.mock #154

Closed jelly closed 1 year ago

jelly commented 1 year ago

Since Python 3.3 the unittest module supports mock and replaces python-mock which is now deprecated.