aboutsummaryrefslogtreecommitdiff
path: root/test cases/python/2 extmodule
AgeCommit message (Expand)AuthorFilesLines
2023-05-02tests: add a python test for bytecode compilationEli Schwartz10-3/+58
2023-05-02python module: add an automatic byte-compilation stepEli Schwartz1-1/+1
2023-03-28test that python modules nominally compile without warningsEli Schwartz1-1/+1
2022-11-14tests: fix edge case where non-default python is used, by skipping itEli Schwartz1-5/+12
2022-06-19python module: implicitly add python dep to extensionsEli Schwartz3-3/+0
2021-08-18tests: python module should install files correctlyEli Schwartz7-3/+51
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2020-07-12simplify/correct test logicMichael Hirsch1-12/+15
2020-07-12some python test cases don't care about backend, so run them in any caseMichael Hirsch1-0/+4
2020-07-12raise SystemExit() generally preferred to sys.exit(1)Michael Hirsch1-5/+2
2018-12-12tests: Add tests for the python moduleDylan Baker4-0/+97