summaryrefslogtreecommitdiff
path: root/test cases/python
AgeCommit message (Expand)Author
2022-07-08implement the new preserve_path kwarg for install_data tooEli Schwartz
2022-06-19python module: implicitly add python dep to extensionsEli Schwartz
2022-03-18tests: make python2 dependency on 32-bit windows non-fatalEli Schwartz
2022-03-17tests: don't skip python version tests if python is found but its dep is brokenEli Schwartz
2022-03-16unittests: convert python tests to project testsEli Schwartz
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens
2021-09-29tests: take into account Debian Python pathsFilipe LaĆ­ns
2021-08-18tests: python module should install files correctlyEli Schwartz
2021-08-16interpreter: Fix holder_map not being updated when subproject failsXavier Claessens
2021-08-15Revert "interpreter: Fix holder_map not being updated when subproject fails"Jussi Pakkanen
2021-08-09interpreter: Fix holder_map not being updated when subproject failsXavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-07-12simplify/correct test logicMichael Hirsch
2020-07-12some python test cases don't care about backend, so run them in any caseMichael Hirsch
2020-07-12raise SystemExit() generally preferred to sys.exit(1)Michael Hirsch
2020-07-12c lang not needed for this testMichael Hirsch
2020-07-12setuptools is not stdlib, but distutils isMichael Hirsch
2019-10-20Disable extension module tests with Python 3.8 and VS2015.Jussi Pakkanen
2019-06-12modules/python: add a modules keyword argumentDylan Baker
2019-04-03modules/python: Report program found in find_installation()Dylan Baker
2018-12-12tests: Add tests for the python moduleDylan Baker
2018-05-03python module: Move tests to test cases/unitNirbheek Chauhan
2018-04-09[fixup]: Rename find to find_installationMathieu Duponchelle
2018-04-06Implement a generic python moduleMathieu Duponchelle