mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Modifies the way to execute feature tests in parallel and it should be configured in Server Mode.
This commit is contained in:
committed by
Akshay Joshi
parent
faa49687be
commit
2d58f60a53
@@ -148,6 +148,9 @@ class BaseTestGenerator(unittest.TestCase):
|
||||
def setDriver(self, driver):
|
||||
self.driver = driver
|
||||
|
||||
def setParallelUI_tests(self, parallel_ui_tests):
|
||||
self.parallel_ui_tests = parallel_ui_tests
|
||||
|
||||
def setServerInformation(self, server_information):
|
||||
self.server_information = server_information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user