summaryrefslogtreecommitdiff
path: root/test cases/unit/39 python extmodule/blaster.py
AgeCommit message (Collapse)Author
2022-03-16unittests: convert python tests to project testsEli Schwartz
Perhaps when this test case was originally created, project tests could not use a matrix of options? This is certainly possible today, so don't write special unittest handling for this instead. This adds proper visibility into what gets run and what doesn't. Now we know which python executables got tested and which got skipped.
2021-03-04use python2-compatible syntax because needed on macOSEli Schwartz
Apparently this unittest runs on macOS using the system python2.
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
performed by running "pyupgrade --py36-plus" and committing the results
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher
The unversioned command is deprecated and removed from some distributions
2018-09-06Condense test dirs.Jussi Pakkanen