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

Functions

 _CommonChecks (input_api, output_api)
 
 CheckChangeOnUpload (input_api, output_api)
 
 CheckChangeOnCommit (input_api, output_api)
 

Variables

bool USE_PYTHON3 = True
 

Detailed Description

Presubmit script for PDFium testing tools.

See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details on the presubmit API built into depot_tools.

Function Documentation

◆ _CommonChecks()

testing.tools.PRESUBMIT._CommonChecks ( input_api,
output_api )
protected

Definition at line 14 of file PRESUBMIT.py.

Referenced by testing.tools.PRESUBMIT.CheckChangeOnCommit(), and testing.tools.PRESUBMIT.CheckChangeOnUpload().

+ Here is the caller graph for this function:

◆ CheckChangeOnCommit()

testing.tools.PRESUBMIT.CheckChangeOnCommit ( input_api,
output_api )

Definition at line 27 of file PRESUBMIT.py.

References testing.tools.PRESUBMIT._CommonChecks().

+ Here is the call graph for this function:

◆ CheckChangeOnUpload()

testing.tools.PRESUBMIT.CheckChangeOnUpload ( input_api,
output_api )

Definition at line 21 of file PRESUBMIT.py.

References testing.tools.PRESUBMIT._CommonChecks().

+ Here is the call graph for this function:

Variable Documentation

◆ USE_PYTHON3

bool testing.tools.PRESUBMIT.USE_PYTHON3 = True

Definition at line 11 of file PRESUBMIT.py.