summaryrefslogtreecommitdiff
path: root/test cases/python
Commit message (Collapse)AuthorAgeFilesLines
* simplify/correct test logicMichael Hirsch2020-07-123-33/+36
| | | | | before this, tests were being skipped on Ubuntu 20.04 with Anaconda Python Now, all 5 tests success
* some python test cases don't care about backend, so run them in any caseMichael Hirsch2020-07-123-14/+29
|
* raise SystemExit() generally preferred to sys.exit(1)Michael Hirsch2020-07-125-20/+9
|
* c lang not needed for this testMichael Hirsch2020-07-121-1/+2
|
* setuptools is not stdlib, but distutils isMichael Hirsch2020-07-121-1/+1
|
* Disable extension module tests with Python 3.8 and VS2015.Jussi Pakkanen2019-10-201-0/+5
|
* modules/python: add a modules keyword argumentDylan Baker2019-06-121-0/+7
| | | | | | 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.
* modules/python: Report program found in find_installation()Dylan Baker2019-04-031-1/+1
| | | | | Currently find_installation is silent, which is pretty annoying. Let's log it.
* tests: Add tests for the python moduleDylan Baker2018-12-1224-0/+403
| | | | | | 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.
* python module: Move tests to test cases/unitNirbheek Chauhan2018-05-035-105/+0
| | | | The tests are only run via unit tests, so that's where they should be.
* [fixup]: Rename find to find_installationMathieu Duponchelle2018-04-091-1/+1
|
* Implement a generic python moduleMathieu Duponchelle2018-04-065-0/+105
With contributions from HÃ¥vard Graff