aboutsummaryrefslogtreecommitdiff
path: root/test cases/python/1 basic/prog.py
AgeCommit message (Collapse)AuthorFilesLines
2020-07-12raise SystemExit() generally preferred to sys.exit(1)Michael Hirsch1-2/+1
2018-12-12tests: Add tests for the python moduleDylan Baker1-0/+9
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.