summaryrefslogtreecommitdiff
path: root/test cases/python/3 cython/libdir/meson.build
AgeCommit message (Collapse)Author
2023-05-05Use release buildtype in Cython tests, and skip unless ninja backendRalf Gommers
This matches the tests for Python extensions. Also include some other cleanups to these `meson.build` files: Adding `python_dep` is no longer needed, this is automatic now. Use a single line for `import('python').find_installation()`, because the result of `import('python')` by itself is not used for anything.
2018-12-12tests: Add tests for the python moduleDylan Baker
This doesn't touch everything as it's just based on the python3 module tests, ported to the python module. It's still better than the one very basic test in the unit test module.