bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
728 stars 121 forks source link

Add mock to test requirements. #212

Closed macfreek closed 3 years ago

macfreek commented 3 years ago

Fixes error AttributeError: 'module' object has no attribute 'test_configargparse' Credits to @hlieberman for finding the cause. Fixes #125.

bw2 commented 3 years ago

Thanks @macfreek and @hlieberman