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