[initial-setup 1/2] Add pylint testing infrastructure.

Chris Lumens clumens at redhat.com
Thu Dec 4 15:45:21 UTC 2014


>  .gitignore                          |   1 +
>  tests/lib/testlib.sh                |  37 ++++++
>  tests/pylint/intl.py                |  63 +++++++++
>  tests/pylint/pointless-override.py  | 252 ++++++++++++++++++++++++++++++++++++
>  tests/pylint/pylint-false-positives |   0
>  tests/pylint/pylint-one.sh          |  33 +++++
>  tests/pylint/runpylint.sh           | 125 ++++++++++++++++++
>  tests/testenv.sh                    |  13 ++
>  8 files changed, 524 insertions(+)
>  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

We have got to find a way to get all this stuff packaged up and put
somewhere to where all projects can make use of it.  ACK for now, but we
need to think about this.

- Chris


More information about the anaconda-patches mailing list