summaryrefslogtreecommitdiff
path: root/test cases/python
Commit message (Expand)AuthorAgeFilesLines
* simplify/correct test logicMichael Hirsch2020-07-123-33/+36
* some python test cases don't care about backend, so run them in any caseMichael Hirsch2020-07-123-14/+29
* raise SystemExit() generally preferred to sys.exit(1)Michael Hirsch2020-07-125-20/+9
* c lang not needed for this testMichael Hirsch2020-07-121-1/+2
* setuptools is not stdlib, but distutils isMichael Hirsch2020-07-121-1/+1
* Disable extension module tests with Python 3.8 and VS2015.Jussi Pakkanen2019-10-201-0/+5
* modules/python: add a modules keyword argumentDylan Baker2019-06-121-0/+7
* modules/python: Report program found in find_installation()Dylan Baker2019-04-031-1/+1
* tests: Add tests for the python moduleDylan Baker2018-12-1224-0/+403
* python module: Move tests to test cases/unitNirbheek Chauhan2018-05-035-105/+0
* [fixup]: Rename find to find_installationMathieu Duponchelle2018-04-091-1/+1
* Implement a generic python moduleMathieu Duponchelle2018-04-065-0/+105