bw2 / ConfigArgParse

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

Resubmit issue 207 #211

Closed dbrnz closed 3 years ago

dbrnz commented 3 years ago

This fixes the issue with unit tests.

bw2 commented 3 years ago

Getting there. Still a couple failing https://travis-ci.org/github/bw2/ConfigArgParse/jobs/759397201

dbrnz commented 3 years ago

Hmm, everything tests OK for me run manually and I won't be able to dive deeper for a day or two now...

dbrnz commented 3 years ago

All now good!

bw2 commented 3 years ago

Nice