Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-12 | raise SystemExit() generally preferred to sys.exit(1) | Michael Hirsch | 2 | -4/+2 | |
2020-07-12 | c lang not needed for this test | Michael Hirsch | 1 | -1/+2 | |
2019-04-03 | modules/python: Report program found in find_installation() | Dylan Baker | 1 | -1/+1 | |
Currently find_installation is silent, which is pretty annoying. Let's log it. | |||||
2018-12-12 | tests: Add tests for the python module | Dylan Baker | 6 | -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. |