| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-18 | tests: python module should install files correctly | Eli Schwartz | |
| - default to python site-packages - subdir to site-packages/subdir - arbitrary install_dir | |||
| 2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | |
| performed by running "pyupgrade --py36-plus" and committing the results | |||
| 2020-07-12 | simplify/correct test logic | Michael Hirsch | |
| before this, tests were being skipped on Ubuntu 20.04 with Anaconda Python Now, all 5 tests success | |||
| 2020-07-12 | some python test cases don't care about backend, so run them in any case | Michael Hirsch | |
| 2020-07-12 | raise SystemExit() generally preferred to sys.exit(1) | Michael Hirsch | |
| 2018-12-12 | tests: Add tests for the python module | Dylan Baker | |
| 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. | |||
