painless-software / python-cli-test-helpers

Useful helpers for writing tests for your Python CLI program.
https://python-cli-test-helpers.readthedocs.io
GNU General Public License v3.0
28 stars 4 forks source link

Use SimpleNamespace with Python 3 #11

Closed bittner closed 2 years ago

bittner commented 2 years ago

Pylint has difficulties to detect namespace members (https://github.com/PyCQA/pylint/issues/4667). Let's try to fix that on our side.