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

Eliminate warnings in tests #214

Closed macfreek closed 3 years ago

macfreek commented 3 years ago

Fix all warnings and errors in the test suite. All test can now be run as either python setup.py test or pytest. Even in most verbose pytest -r A -W d.

See #213 or individual commits for details.

macfreek commented 3 years ago

This PR closes #213, which contains further details.