Describes the config for the test suite.
Definition at line 50 of file skips.py.
◆ __str__()
def framework.helpers.skips.TestConfig.__str__ |
( |
|
self | ) |
|
◆ _parse_version()
pkg_version.Version framework.helpers.skips.TestConfig._parse_version |
( |
str |
s | ) |
|
|
staticprivate |
◆ version_gte()
bool framework.helpers.skips.TestConfig.version_gte |
( |
|
self, |
|
|
str |
another |
|
) |
| |
Returns a bool for whether the version is >= another one.
A version is greater than or equal to another version means its version
number is greater than or equal to another version's number. Version
"master" is always considered latest.
E.g., master >= v1.41.x >= v1.40.x >= v1.9.x.
Unspecified version is treated as 'master', but isn't explicitly set.
Definition at line 56 of file skips.py.
◆ version
framework.helpers.skips.TestConfig.version |
The documentation for this class was generated from the following file: