Re-organised the regression directory now we have multiple test suites: move test_utils.py into python_test_utils/

This commit is contained in:
Atira Odhner
2017-03-23 11:59:31 +00:00
committed by Dave Page
parent fe9bc379c7
commit 10920404e1
188 changed files with 921 additions and 1304 deletions

View File

@@ -1,7 +1,7 @@
import os
from pgadmin.utils.route import BaseTestGenerator
from regression import test_utils
from regression.python_test_utils import test_utils
class TestCheckRecovery(BaseTestGenerator):