Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
testing.tools.pngdiffer.ImageDiff Class Reference
+ Collaboration diagram for testing.tools.pngdiffer.ImageDiff:

Static Public Attributes

str expected_path = None
 
str diff_path = None
 
str reason = None
 

Detailed Description

Details about an image diff.

Attributes:
  actual_path: Path to the actual image file.
  expected_path: Path to the expected image file, or `None` if no matches.
  diff_path: Path to the diff image file, or `None` if no diff.
  reason: Optional reason for the diff.

Definition at line 30 of file pngdiffer.py.

Member Data Documentation

◆ diff_path

str testing.tools.pngdiffer.ImageDiff.diff_path = None
static

Definition at line 41 of file pngdiffer.py.

◆ expected_path

str testing.tools.pngdiffer.ImageDiff.expected_path = None
static

Definition at line 40 of file pngdiffer.py.

◆ reason

str testing.tools.pngdiffer.ImageDiff.reason = None
static

Definition at line 42 of file pngdiffer.py.


The documentation for this class was generated from the following file: