summaryrefslogtreecommitdiff
path: root/test cases/unit/39 python extmodule
AgeCommit message (Collapse)Author
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-10-07Tests: py.dependency() now has required:true by defaultXavier Claessens
It used to ignore the required argument and got fixed to be consistent with dependency() function.
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-16find_installation: Add support for feature option in required kwargXavier Claessens
Closes: #4165.
2018-09-06Condense test dirs.Jussi Pakkanen