Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-12 | raise SystemExit() generally preferred to sys.exit(1) | Michael Hirsch | 1 | -2/+1 | |
2018-12-12 | tests: Add tests for the python module | Dylan Baker | 1 | -0/+12 | |
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. |