summaryrefslogtreecommitdiff
path: root/test cases/python/1 basic
Commit message (Collapse)AuthorAgeFilesLines
* raise SystemExit() generally preferred to sys.exit(1)Michael Hirsch2020-07-122-4/+2
|
* c lang not needed for this testMichael Hirsch2020-07-121-1/+2
|
* 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-126-0/+53
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.