mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Re-organised the regression directory now we have multiple test suites: move test_utils.py into python_test_utils/
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
import json
|
||||
|
||||
from pgadmin.utils.route import BaseTestGenerator
|
||||
from regression import test_utils as utils
|
||||
from regression.python_test_utils import test_utils as utils
|
||||
|
||||
|
||||
class ServersAddTestCase(BaseTestGenerator):
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
##########################################################################
|
||||
|
||||
from pgadmin.utils.route import BaseTestGenerator
|
||||
from regression import test_utils as utils
|
||||
from regression.python_test_utils import test_utils as utils
|
||||
|
||||
|
||||
class ServerDeleteTestCase(BaseTestGenerator):
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
##########################################################################
|
||||
|
||||
from pgadmin.utils.route import BaseTestGenerator
|
||||
from regression import test_utils as utils
|
||||
from regression import parent_node_dict
|
||||
from regression.python_test_utils import test_utils as utils
|
||||
|
||||
|
||||
class ServersGetTestCase(BaseTestGenerator):
|
||||
|
||||
@@ -8,8 +8,9 @@
|
||||
##########################################################################
|
||||
|
||||
import json
|
||||
|
||||
from pgadmin.utils.route import BaseTestGenerator
|
||||
from regression import test_utils as utils
|
||||
from regression.python_test_utils import test_utils as utils
|
||||
|
||||
|
||||
class ServerUpdateTestCase(BaseTestGenerator):
|
||||
|
||||
@@ -11,7 +11,7 @@ from __future__ import print_function
|
||||
|
||||
import json
|
||||
|
||||
from regression import test_utils as utils
|
||||
from regression.python_test_utils import test_utils as utils
|
||||
|
||||
SERVER_URL = '/browser/server/obj/'
|
||||
SERVER_CONNECT_URL = '/browser/server/connect/'
|
||||
|
||||
Reference in New Issue
Block a user