Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-04 | use python2-compatible syntax because needed on macOS | Eli Schwartz | 1 | -2/+2 | |
Apparently this unittest runs on macOS using the system python2. | |||||
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -1/+1 | |
performed by running "pyupgrade --py36-plus" and committing the results | |||||
2020-10-07 | Tests: py.dependency() now has required:true by default | Xavier Claessens | 1 | -1/+1 | |
It used to ignore the required argument and got fixed to be consistent with dependency() function. | |||||
2020-01-21 | Use python3 in some tests which were still using python | Sebastien Bacher | 1 | -1/+1 | |
The unversioned command is deprecated and removed from some distributions | |||||
2018-09-16 | find_installation: Add support for feature option in required kwarg | Xavier Claessens | 2 | -0/+4 | |
Closes: #4165. | |||||
2018-09-06 | Condense test dirs. | Jussi Pakkanen | 5 | -0/+105 | |