summaryrefslogtreecommitdiff
path: root/test cases/python
Commit message (Expand)AuthorAgeFilesLines
* python: Add platlibdir and purelibdir optionsXavier Claessens2021-10-083-0/+16
* tests: take into account Debian Python pathsFilipe Laíns2021-09-291-2/+2
* tests: python module should install files correctlyEli Schwartz2021-08-187-3/+51
* interpreter: Fix holder_map not being updated when subproject failsXavier Claessens2021-08-162-0/+9
* Revert "interpreter: Fix holder_map not being updated when subproject fails"Jussi Pakkanen2021-08-152-9/+0
* interpreter: Fix holder_map not being updated when subproject failsXavier Claessens2021-08-092-0/+9
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-042-2/+2
* 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