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

mulhern amulhern at redhat.com
Thu Dec 4 16:47:40 UTC 2014


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

-- 
1.9.3



More information about the anaconda-patches mailing list