Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_pylint.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add Python 3 supportArthur de Jong2019-09-081-3/+13
| | | | | | | | | This ensures that both pynslcd and the command-line utilities work with Python3 as interpreter and runs some tests with all installed Python interpreters. This drops support for Python 2.6 and extends 5a84be2 to perform more testing with Python 3.
* Fix running pylint on distcheckArthur de Jong2018-02-171-4/+9
| | | | | This sets PYTHONPATH so that both the source and build directories are used to find constants.py.
* Run pylint as a testArthur de Jong2013-08-181-0/+57
This runs a somewhat limited pylint run against the source files. It should at least catch some issues.