webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | SpawnSuccess (self, unused_executable, unused_argv) |
def | SpawnFailure (self, unused_executable, unused_argv) |
def | setUp (self) |
def | testRunPythonTestSuccess (self) |
def | testRunBinaryTestSuccess (self) |
def | testRunPythonTestFauilure (self) |
def | testRunBinaryTestFailure (self) |
def | testCombinedTestSuccess (self) |
def | testCombinedTestSuccessAndFailure (self) |
Public Attributes | |
fake_os | |
fake_configurations | |
test_runner | |
num_spawn_calls | |
Exercises TestRunner.RunTests.
def run_tests_util_test.RunTestsTest.setUp | ( | self | ) |
def run_tests_util_test.RunTestsTest.SpawnFailure | ( | self, | |
unused_executable, | |||
unused_argv | |||
) |
Fakes test success by returning 1 as an exit code.
def run_tests_util_test.RunTestsTest.SpawnSuccess | ( | self, | |
unused_executable, | |||
unused_argv | |||
) |
Fakes test success by returning 0 as an exit code.
def run_tests_util_test.RunTestsTest.testCombinedTestSuccess | ( | self | ) |
Exercises RunTests to handle a success of both Python and binary test.
def run_tests_util_test.RunTestsTest.testCombinedTestSuccessAndFailure | ( | self | ) |
Exercises RunTests to handle a success of both Python and binary test.
def run_tests_util_test.RunTestsTest.testRunBinaryTestFailure | ( | self | ) |
Exercises RunTests to handle a binary test failure.
def run_tests_util_test.RunTestsTest.testRunBinaryTestSuccess | ( | self | ) |
Exercises RunTests to handle a binary test success.
def run_tests_util_test.RunTestsTest.testRunPythonTestFauilure | ( | self | ) |
Exercises RunTests to handle a Python test failure.
def run_tests_util_test.RunTestsTest.testRunPythonTestSuccess | ( | self | ) |
Exercises RunTests to handle a Python test success.
run_tests_util_test.RunTestsTest.fake_configurations |
run_tests_util_test.RunTestsTest.fake_os |
run_tests_util_test.RunTestsTest.num_spawn_calls |
run_tests_util_test.RunTestsTest.test_runner |