mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
#20437 moved supports_testdriver from ServoTestharnessExecutor to ServoWebDriverTestharnessExecutor
This commit is contained in:
parent
84aca5a9bb
commit
8f8257456d
2 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,6 @@ def write_hosts_file(config):
|
||||||
|
|
||||||
|
|
||||||
class ServoTestharnessExecutor(ProcessTestExecutor):
|
class ServoTestharnessExecutor(ProcessTestExecutor):
|
||||||
supports_testdriver = True
|
|
||||||
convert_result = testharness_result_converter
|
convert_result = testharness_result_converter
|
||||||
|
|
||||||
def __init__(self, browser, server_config, timeout_multiplier=1, debug_info=None,
|
def __init__(self, browser, server_config, timeout_multiplier=1, debug_info=None,
|
||||||
|
|
|
@ -177,6 +177,7 @@ def timeout_func(timeout):
|
||||||
|
|
||||||
|
|
||||||
class ServoWebDriverTestharnessExecutor(TestharnessExecutor):
|
class ServoWebDriverTestharnessExecutor(TestharnessExecutor):
|
||||||
|
supports_testdriver = True
|
||||||
def __init__(self, browser, server_config, timeout_multiplier=1,
|
def __init__(self, browser, server_config, timeout_multiplier=1,
|
||||||
close_after_done=True, capabilities=None, debug_info=None,
|
close_after_done=True, capabilities=None, debug_info=None,
|
||||||
**kwargs):
|
**kwargs):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue