summaryrefslogtreecommitdiff
path: root/test cases/python
AgeCommit message (Collapse)Author
2019-10-20Disable extension module tests with Python 3.8 and VS2015.Jussi Pakkanen
2019-06-12modules/python: add a modules keyword argumentDylan Baker
This mirrors the modules keyword argument that some dependencies (such as qt and llvm) take. This allows an easier method to determine if modules are installed.
2019-04-03modules/python: Report program found in find_installation()Dylan Baker
Currently find_installation is silent, which is pretty annoying. Let's log it.
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.
2018-05-03python module: Move tests to test cases/unitNirbheek Chauhan
The tests are only run via unit tests, so that's where they should be.
2018-04-09[fixup]: Rename find to find_installationMathieu Duponchelle
2018-04-06Implement a generic python moduleMathieu Duponchelle
With contributions from HÃ¥vard Graff