[initial-setup 0/4] pylinting initial-setup patches (v2)

Martin Kolman mkolman at redhat.com
Thu Dec 4 17:42:19 UTC 2014


On Thu, 2014-12-04 at 11:47 -0500, mulhern wrote:
> With two additional patches initial-setup is now pylint clean.
> 
> mulhern (4):
>   Add pylint testing infrastructure.
>   Fix easy pylint errors.
>   Marks string for translation when module is loaded.
>   Add AnacondaKSHandler no-member error to pylint-false-positives.
> 
>  .gitignore                                  |   1 +
>  initial_setup/__main__.py                   |  12 +-
>  initial_setup/gui/gui.py                    |   6 +-
>  initial_setup/tui/hubs/initial_setup_hub.py |   4 +-
>  initial_setup/tui/tui.py                    |   4 -
>  tests/lib/testlib.sh                        |  37 ++++
>  tests/pylint/intl.py                        |  63 +++++++
>  tests/pylint/pointless-override.py          | 252 ++++++++++++++++++++++++++++
>  tests/pylint/pylint-false-positives         |   1 +
>  tests/pylint/pylint-one.sh                  |  33 ++++
>  tests/pylint/runpylint.sh                   | 125 ++++++++++++++
>  tests/testenv.sh                            |  13 ++
>  12 files changed, 534 insertions(+), 17 deletions(-)
>  create mode 100644 tests/lib/testlib.sh
>  create mode 100644 tests/pylint/intl.py
>  create mode 100644 tests/pylint/pointless-override.py
>  create mode 100644 tests/pylint/pylint-false-positives
>  create mode 100755 tests/pylint/pylint-one.sh
>  create mode 100755 tests/pylint/runpylint.sh
>  create mode 100644 tests/testenv.sh
> 
Looks good, thanks & ACK! :)



More information about the anaconda-patches mailing list