![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
class | testing.tools.safetynet_conclusions.ComparisonConclusions |
class | testing.tools.safetynet_conclusions.ComparisonSummary |
class | testing.tools.safetynet_conclusions.CaseResult |
Namespaces | |
namespace | testing |
namespace | testing.tools |
namespace | testing.tools.safetynet_conclusions |
Functions | |
testing.tools.safetynet_conclusions.PrintConclusionsDictHumanReadable (conclusions_dict, colored, key=None) |
Variables | |
str | testing.tools.safetynet_conclusions.FORMAT_RED = '\033[01;31m{0}\033[00m' |
str | testing.tools.safetynet_conclusions.FORMAT_GREEN = '\033[01;32m{0}\033[00m' |
str | testing.tools.safetynet_conclusions.FORMAT_MAGENTA = '\033[01;35m{0}\033[00m' |
str | testing.tools.safetynet_conclusions.FORMAT_CYAN = '\033[01;36m{0}\033[00m' |
str | testing.tools.safetynet_conclusions.FORMAT_NORMAL = '{0}' |
str | testing.tools.safetynet_conclusions.RATING_FAILURE = 'failure' |
str | testing.tools.safetynet_conclusions.RATING_REGRESSION = 'regression' |
str | testing.tools.safetynet_conclusions.RATING_IMPROVEMENT = 'improvement' |
str | testing.tools.safetynet_conclusions.RATING_NO_CHANGE = 'no_change' |
str | testing.tools.safetynet_conclusions.RATING_SMALL_CHANGE = 'small_change' |
list | testing.tools.safetynet_conclusions.RATINGS |
dict | testing.tools.safetynet_conclusions.RATING_TO_COLOR |