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
test_runner.py File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

Go to the source code of this file.

Classes

class  testing.tools.test_runner.TestRunner
 
class  testing.tools.test_runner._PerProcessConfig
 
class  testing.tools.test_runner._PerProcessState
 
class  testing.tools.test_runner._TestCaseRunner
 
class  testing.tools.test_runner.TestCase
 
class  testing.tools.test_runner.TestResult
 
class  testing.tools.test_runner.ImageArtifact
 
class  testing.tools.test_runner.TestCaseManager
 

Namespaces

namespace  testing
 
namespace  testing.tools
 
namespace  testing.tools.test_runner
 

Functions

 testing.tools.test_runner._RunTextTest (test_case)
 
 testing.tools.test_runner._RunPixelTest (test_case)
 
 testing.tools.test_runner._InitializePerProcessState (config)
 
 testing.tools.test_runner._GetTestId (input_basename)
 
 testing.tools.test_runner._GetArtifactFromFilePath (file_path)
 

Variables

str testing.tools.test_runner.TEST_SEED_TIME = '1399672130'
 
list testing.tools.test_runner.TEXT_TESTS = ['javascript']
 
 testing.tools.test_runner.TEST_TIMEOUT = timedelta(minutes=5).total_seconds()
 
 testing.tools.test_runner._per_process_state = None