aboutsummaryrefslogtreecommitdiff
path: root/test cases/python
AgeCommit message (Expand)AuthorFilesLines
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