summaryrefslogtreecommitdiff
path: root/test cases/python/2 extmodule/ext
AgeCommit message (Collapse)Author
2023-05-02tests: add a python test for bytecode compilationEli Schwartz
Some tweaks are added to the test case so that it supports python2 as well.
2022-06-19python module: implicitly add python dep to extensionsEli Schwartz
If there isn't a preexisting dependency on python, append one. It's almost assuredly needed, so just do the right thing out of the box.
2021-08-18tests: python module should install files correctlyEli Schwartz
- default to python site-packages - subdir to site-packages/subdir - arbitrary install_dir
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.