aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/39 python extmodule
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04use python2-compatible syntax because needed on macOSEli Schwartz1-2/+2
Apparently this unittest runs on macOS using the system python2.
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
performed by running "pyupgrade --py36-plus" and committing the results
2020-10-07Tests: py.dependency() now has required:true by defaultXavier Claessens1-1/+1
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 Bacher1-1/+1
The unversioned command is deprecated and removed from some distributions
2018-09-16find_installation: Add support for feature option in required kwargXavier Claessens2-0/+4
Closes: #4165.
2018-09-06Condense test dirs.Jussi Pakkanen5-0/+105