aboutsummaryrefslogtreecommitdiff
path: root/test cases/python
AgeCommit message (Expand)AuthorFilesLines
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty6-0/+129
2023-08-08tests: fix "4 custom target depends extmodule" with Python 3.8+ on WindowsChristoph Reiter1-0/+3
2023-05-05Use release buildtype in Cython tests, and skip unless ninja backendRalf Gommers2-6/+5
2023-05-02tests: add a python test for bytecode compilationEli Schwartz10-3/+58
2023-05-02python module: add an automatic byte-compilation stepEli Schwartz2-2/+3
2023-04-23fix python.version() not working in some casesCharles Brunet1-0/+3
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-03-28test that python modules nominally compile without warningsEli Schwartz1-1/+1
2023-03-20backends: add a new "none" backendEli Schwartz2-0/+7
2022-11-14tests: fix edge case where non-default python is used, by skipping itEli Schwartz1-5/+12
2022-09-19python module: allow specifying the pure kwarg in the installation objectEli Schwartz2-1/+15
2022-07-08implement the new preserve_path kwarg for install_data tooEli Schwartz9-0/+17
2022-06-19python module: implicitly add python dep to extensionsEli Schwartz3-3/+0
2022-03-18tests: make python2 dependency on 32-bit windows non-fatalEli Schwartz1-6/+18
2022-03-17tests: don't skip python version tests if python is found but its dep is brokenEli Schwartz1-10/+6
2022-03-16unittests: convert python tests to project testsEli Schwartz6-0/+122
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens3-0/+16
2021-09-29tests: take into account Debian Python pathsFilipe Laíns1-2/+2
2021-08-18tests: python module should install files correctlyEli Schwartz7-3/+51
2021-08-16interpreter: Fix holder_map not being updated when subproject failsXavier Claessens2-0/+9
2021-08-15Revert "interpreter: Fix holder_map not being updated when subproject fails"Jussi Pakkanen2-9/+0
2021-08-09interpreter: Fix holder_map not being updated when subproject failsXavier Claessens2-0/+9
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz2-2/+2
2020-07-12simplify/correct test logicMichael Hirsch3-33/+36
2020-07-12some python test cases don't care about backend, so run them in any caseMichael Hirsch3-14/+29
2020-07-12raise SystemExit() generally preferred to sys.exit(1)Michael Hirsch5-20/+9
2020-07-12c lang not needed for this testMichael Hirsch1-1/+2
2020-07-12setuptools is not stdlib, but distutils isMichael Hirsch1-1/+1
2019-10-20Disable extension module tests with Python 3.8 and VS2015.Jussi Pakkanen1-0/+5
2019-06-12modules/python: add a modules keyword argumentDylan Baker1-0/+7
2019-04-03modules/python: Report program found in find_installation()Dylan Baker1-1/+1
2018-12-12tests: Add tests for the python moduleDylan Baker24-0/+403
2018-05-03python module: Move tests to test cases/unitNirbheek Chauhan5-105/+0
2018-04-09[fixup]: Rename find to find_installationMathieu Duponchelle1-1/+1
2018-04-06Implement a generic python moduleMathieu Duponchelle5-0/+105