Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_doctest.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix Python interpreter detection in testsArthur de Jong2019-10-061-1/+1
| | | | Fixes 644bc62
* Fix Python interpreter detectionArthur de Jong2019-09-111-2/+2
| | | | | Apparently some environments provide certain Python executables which are not working Python interpreters.
* Add Python 3 supportArthur de Jong2019-09-081-5/+22
| | | | | | | | | 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.
* Ensure doctest also run in distcheckArthur de Jong2016-06-041-3/+5
| | | | | | This fixes test_doctest.sh to also work when the build directory is different from the source directory. This is needed because constants.py is only available in the build directory.
* Add test for running doctestsArthur de Jong2016-06-031-0/+41