Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
GetSkiaGoldId (self) | |
GetDiffStatus (self) | |
GetDiffReason (self) | |
GetDiffArtifacts (self) | |
Public Attributes | |
image_path | |
Static Public Attributes | |
str | skia_gold_status = None |
pngdiffer | image_diff = None |
Image artifact for a test result. Attributes: image_path: The absolute path to the image file. md5_hash: The MD5 hash of the pixel buffer. skia_gold_status: Optional Skia Gold status. image_diff: Optional image diff.
Definition at line 860 of file test_runner.py.
testing.tools.test_runner.ImageArtifact.GetDiffArtifacts | ( | self | ) |
Definition at line 886 of file test_runner.py.
References testing.tools.test_runner._GetArtifactFromFilePath(), testing.tools.test_runner.ImageArtifact.image_diff, and testing.tools.test_runner.ImageArtifact.image_path.
testing.tools.test_runner.ImageArtifact.GetDiffReason | ( | self | ) |
Definition at line 883 of file test_runner.py.
References testing.tools.test_runner.ImageArtifact.image_diff.
testing.tools.test_runner.ImageArtifact.GetDiffStatus | ( | self | ) |
Definition at line 880 of file test_runner.py.
References testing.tools.test_runner.ImageArtifact.image_diff.
testing.tools.test_runner.ImageArtifact.GetSkiaGoldId | ( | self | ) |
Definition at line 874 of file test_runner.py.
|
static |
Definition at line 872 of file test_runner.py.
Referenced by testing.tools.test_runner.ImageArtifact.GetDiffArtifacts(), testing.tools.test_runner.ImageArtifact.GetDiffReason(), and testing.tools.test_runner.ImageArtifact.GetDiffStatus().
testing.tools.test_runner.ImageArtifact.image_path |
Definition at line 878 of file test_runner.py.
Referenced by testing.tools.test_runner.ImageArtifact.GetDiffArtifacts().
Definition at line 871 of file test_runner.py.