summaryrefslogtreecommitdiff
path: root/test cases/python/2 extmodule
Commit message (Collapse)AuthorAgeFilesLines
* simplify/correct test logicMichael Hirsch2020-07-121-12/+15
| | | | | 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-121-0/+4
|
* raise SystemExit() generally preferred to sys.exit(1)Michael Hirsch2020-07-121-5/+2
|
* tests: Add tests for the python moduleDylan Baker2018-12-124-0/+97
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.