|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
| def | NormalizeGetTestsToRunResults (self, results) |
| def | AssertResultsEqual (self, results, expected) |
| def | setUp (self) |
| def | testBinaryTestsOnly (self) |
| def | testPythonTestsOnly (self) |
| def | testCombinationOfBinaryAndPythonTests (self) |
| def | testIgnoresNonTestFiles (self) |
| def | testWorksFromDifferentDir (self) |
| def | testNonTestBinary (self) |
| def | testNonExistingPythonTest (self) |
| def | testDoesNotPickNonExeFilesOnWindows (self) |
Public Attributes | |
| fake_os | |
| fake_configurations | |
| test_runner | |
Exercises TestRunner.GetTestsToRun.
| def run_tests_util_test.GetTestsToRunTest.AssertResultsEqual | ( | self, | |
| results, | |||
| expected | |||
| ) |
Asserts results returned by GetTestsToRun equal to expected results.
| def run_tests_util_test.GetTestsToRunTest.NormalizeGetTestsToRunResults | ( | self, | |
| results | |||
| ) |
Normalizes path data returned from GetTestsToRun for comparison.
| def run_tests_util_test.GetTestsToRunTest.setUp | ( | self | ) |
| def run_tests_util_test.GetTestsToRunTest.testBinaryTestsOnly | ( | self | ) |
Exercises GetTestsToRun with parameters designating binary tests only.
| def run_tests_util_test.GetTestsToRunTest.testCombinationOfBinaryAndPythonTests | ( | self | ) |
Exercises GetTestsToRun with mixed binary/Python tests.
| def run_tests_util_test.GetTestsToRunTest.testDoesNotPickNonExeFilesOnWindows | ( | self | ) |
Verifies that GetTestsToRun does not find _test files on Windows.
| def run_tests_util_test.GetTestsToRunTest.testIgnoresNonTestFiles | ( | self | ) |
Verifies that GetTestsToRun ignores non-test files in the filesystem.
| def run_tests_util_test.GetTestsToRunTest.testNonExistingPythonTest | ( | self | ) |
Exercises GetTestsToRun with a non-existent Python test parameter.
| def run_tests_util_test.GetTestsToRunTest.testNonTestBinary | ( | self | ) |
Exercises GetTestsToRun with a non-test parameter.
| def run_tests_util_test.GetTestsToRunTest.testPythonTestsOnly | ( | self | ) |
Exercises GetTestsToRun with parameters designating Python tests only.
| def run_tests_util_test.GetTestsToRunTest.testWorksFromDifferentDir | ( | self | ) |
Exercises GetTestsToRun from a directory different from run_test.py's.
| run_tests_util_test.GetTestsToRunTest.fake_configurations |
| run_tests_util_test.GetTestsToRunTest.fake_os |
| run_tests_util_test.GetTestsToRunTest.test_runner |
1.8.13