| Age | Commit message (Collapse) | Author |
|
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.
|
|
before this, tests were being skipped on Ubuntu 20.04 with Anaconda Python
Now, all 5 tests success
|
|
|
|
|
|
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.
|