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.skia_gold.skia_gold Namespace Reference

Classes

class  SkiaGoldTester
 

Functions

 _ParseKeyValuePairs (kv_str)
 
 add_skia_gold_args (parser)
 
 clear_gold_output_dir (output_dir)
 
 _OutputLocalDiffFiles (gold_session, image_name)
 

Variables

str GS_BUCKET = 'skia-pdfium-gm'
 

Function Documentation

◆ _OutputLocalDiffFiles()

testing.tools.skia_gold.skia_gold._OutputLocalDiffFiles ( gold_session,
image_name )
protected
Logs the local diff image files from the given SkiaGoldSession.

Args:
  gold_session: A skia_gold_session.SkiaGoldSession instance to pull files
      from.
  image_name: A string containing the name of the image/test that was
      compared.

Definition at line 195 of file skia_gold.py.

Referenced by testing.tools.skia_gold.skia_gold.SkiaGoldTester.UploadTestResultToSkiaGold().

+ Here is the caller graph for this function:

◆ _ParseKeyValuePairs()

testing.tools.skia_gold.skia_gold._ParseKeyValuePairs ( kv_str)
protected
Parses a string of the type 'key1 value1 key2 value2' into a dict.

Definition at line 16 of file skia_gold.py.

◆ add_skia_gold_args()

testing.tools.skia_gold.skia_gold.add_skia_gold_args ( parser)

Definition at line 26 of file skia_gold.py.

◆ clear_gold_output_dir()

testing.tools.skia_gold.skia_gold.clear_gold_output_dir ( output_dir)

Definition at line 92 of file skia_gold.py.

Variable Documentation

◆ GS_BUCKET

str testing.tools.skia_gold.skia_gold.GS_BUCKET = 'skia-pdfium-gm'

Definition at line 13 of file skia_gold.py.