aboutsummaryrefslogtreecommitdiff
path: root/unittests/pythontests.py
AgeCommit message (Collapse)AuthorFilesLines
2022-04-13Add regression test for Python dist.Jussi Pakkanen1-0/+17
2022-03-16unittests: convert python tests to project testsEli Schwartz1-39/+2
Perhaps when this test case was originally created, project tests could not use a matrix of options? This is certainly possible today, so don't write special unittest handling for this instead. This adds proper visibility into what gets run and what doesn't. Now we know which python executables got tested and which got skipped.
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-1/+0
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2021-07-26Split run_unittests.py fileXavier Claessens1-0/+83