Moved the feature_tests folder into the regression folder.

This commit is contained in:
Akshay Joshi
2022-09-06 13:59:33 +05:30
parent 71c962f51c
commit 1d0ac0f7dc
22 changed files with 26 additions and 14 deletions

View File

@@ -1427,8 +1427,8 @@ def get_parallel_sequential_module_list(module_list):
# list of files consisting tests that needs to be
# executed sequentially
sequential_tests_file = [
'pgadmin.feature_tests.pg_utilities_backup_restore_test',
'pgadmin.feature_tests.pg_utilities_maintenance_test']
'regression.feature_tests.pg_utilities_backup_restore_test',
'regression.feature_tests.pg_utilities_maintenance_test']
# list of tests can be executed in parallel
parallel_tests = list(module_list)