summaryrefslogtreecommitdiff
path: root/test cases/unit/39 python extmodule/meson.build
AgeCommit message (Collapse)Author
2022-03-16unittests: convert python tests to project testsEli Schwartz
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.
2020-10-07Tests: py.dependency() now has required:true by defaultXavier Claessens
It used to ignore the required argument and got fixed to be consistent with dependency() function.
2018-09-16find_installation: Add support for feature option in required kwargXavier Claessens
Closes: #4165.
2018-09-06Condense test dirs.Jussi Pakkanen