From b2a74ad26de805bea603a161b6a854affa1cf1c2 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 16 Mar 2017 14:27:55 +0000 Subject: [PATCH] Fix a bunch of file headers. --- web/pgadmin/browser/server_groups/__init__.py | 1 + .../servers/databases/casts/tests/__init__.py | 4 ++-- .../databases/casts/tests/test_cast_add.py | 5 +++-- .../databases/casts/tests/test_cast_delete.py | 5 +++-- .../databases/casts/tests/test_cast_get.py | 4 ++-- .../databases/casts/tests/test_cast_put.py | 5 +++-- .../servers/databases/casts/tests/utils.py | 5 +++-- .../databases/event_triggers/tests/__init__.py | 4 ++-- .../tests/test_event_trigger_add.py | 4 ++-- .../tests/test_event_trigger_delete.py | 4 ++-- .../tests/test_event_trigger_get.py | 4 ++-- .../tests/test_event_trigger_put.py | 5 +++-- .../databases/event_triggers/tests/utils.py | 5 +++-- .../databases/extensions/tests/__init__.py | 4 ++-- .../extensions/tests/test_extension_add.py | 5 +++-- .../extensions/tests/test_extension_delete.py | 13 +++---------- .../extensions/tests/test_extension_get.py | 13 +++++++------ .../extensions/tests/test_extension_put.py | 5 +++-- .../servers/databases/extensions/tests/utils.py | 5 +++-- .../foreign_servers/tests/__init__.py | 4 ++-- .../tests/test_foreign_servers_add.py | 5 +++-- .../tests/test_foreign_servers_delete.py | 5 +++-- .../tests/test_foreign_servers_get.py | 5 +++-- .../tests/test_foreign_servers_put.py | 5 +++-- .../foreign_servers/tests/utils.py | 4 ++-- .../user_mapping/tests/__init__.py | 4 ++-- .../user_mapping/tests/test_user_mapping_add.py | 5 +++-- .../tests/test_user_mapping_delete.py | 5 +++-- .../user_mapping/tests/test_user_mapping_get.py | 5 +++-- .../user_mapping/tests/test_user_mapping_put.py | 5 +++-- .../foreign_servers/user_mapping/tests/utils.py | 5 +++-- .../foreign_data_wrappers/tests/__init__.py | 4 ++-- .../foreign_data_wrappers/tests/test_fdw_add.py | 5 +++-- .../tests/test_fdw_delete.py | 5 +++-- .../foreign_data_wrappers/tests/test_fdw_get.py | 4 ++-- .../foreign_data_wrappers/tests/test_fdw_put.py | 5 +++-- .../foreign_data_wrappers/tests/utils.py | 5 +++-- .../databases/languages/tests/__init__.py | 4 ++-- .../languages/tests/test_language_add.py | 5 +++-- .../languages/tests/test_language_delete.py | 4 ++-- .../languages/tests/test_language_get.py | 5 +++-- .../languages/tests/test_language_put.py | 5 +++-- .../servers/databases/languages/tests/utils.py | 5 +++-- .../collations/tests/test_collation_add.py | 5 +++-- .../collations/tests/test_collation_delete.py | 5 +++-- .../collations/tests/test_collation_get.py | 5 +++-- .../collations/tests/test_collation_put.py | 5 +++-- .../databases/schemas/collations/tests/utils.py | 11 ++++++----- .../schemas/domains/tests/test_domain_add.py | 5 +++-- .../schemas/domains/tests/test_domain_delete.py | 5 +++-- .../schemas/domains/tests/test_domain_get.py | 5 +++-- .../schemas/domains/tests/test_domain_put.py | 5 +++-- .../databases/schemas/domains/tests/utils.py | 11 ++++++----- .../schemas/foreign_tables/tests/__init__.py | 4 ++-- .../tests/test_foreign_table_add.py | 5 +++-- .../tests/test_foreign_table_delete.py | 5 +++-- .../tests/test_foreign_table_get.py | 5 +++-- .../tests/test_foreign_table_put.py | 5 +++-- .../schemas/foreign_tables/tests/utils.py | 4 ++-- .../tests/test_fts_configuration_add.py | 4 ++-- .../tests/test_fts_configuration_delete.py | 4 ++-- .../tests/test_fts_configuration_get.py | 4 ++-- .../tests/test_fts_configuration_put.py | 4 ++-- .../schemas/fts_configurations/tests/utils.py | 5 +++-- .../tests/test_fts_dictionaries_add.py | 4 ++-- .../tests/test_fts_dictionaries_delete.py | 4 ++-- .../tests/test_fts_dictionaries_get.py | 4 ++-- .../tests/test_fts_dictionaries_put.py | 4 ++-- .../schemas/fts_dictionaries/tests/utils.py | 4 ++-- .../fts_parser/tests/test_fts_parser_add.py | 4 ++-- .../fts_parser/tests/test_fts_parser_delete.py | 4 ++-- .../fts_parser/tests/test_fts_parser_get.py | 4 ++-- .../fts_parser/tests/test_fts_parser_put.py | 4 ++-- .../databases/schemas/fts_parser/tests/utils.py | 4 ++-- .../tests/test_fts_templates_add.py | 4 ++-- .../tests/test_fts_templates_delete.py | 4 ++-- .../tests/test_fts_templates_get.py | 4 ++-- .../tests/test_fts_templates_put.py | 4 ++-- .../schemas/fts_templates/tests/utils.py | 4 ++-- .../functions/tests/test_trigger_func_add.py | 5 +++-- .../functions/tests/test_trigger_func_delete.py | 5 +++-- .../functions/tests/test_trigger_func_get.py | 5 +++-- .../functions/tests/test_trigger_func_put.py | 5 +++-- .../databases/schemas/functions/tests/utils.py | 11 ++++++----- .../schemas/packages/tests/test_package_add.py | 4 ++-- .../packages/tests/test_package_delete.py | 4 ++-- .../schemas/packages/tests/test_package_get.py | 4 ++-- .../schemas/packages/tests/test_package_put.py | 5 ++--- .../databases/schemas/packages/tests/utils.py | 10 +++++----- .../sequences/tests/test_sequence_add.py | 5 +++-- .../sequences/tests/test_sequence_delete.py | 5 +++-- .../sequences/tests/test_sequence_get.py | 5 +++-- .../sequences/tests/test_sequence_put.py | 5 +++-- .../databases/schemas/sequences/tests/utils.py | 5 +++-- .../schemas/synonyms/tests/test_synonym_add.py | 5 +++-- .../synonyms/tests/test_synonym_delete.py | 5 +++-- .../schemas/synonyms/tests/test_synonym_get.py | 5 +++-- .../schemas/synonyms/tests/test_synonym_put.py | 5 +++-- .../databases/schemas/synonyms/tests/utils.py | 11 ++++++----- .../schemas/tables/column/tests/__init__.py | 1 + .../tables/column/tests/test_column_add.py | 5 +++-- .../tables/column/tests/test_column_delete.py | 5 +++-- .../tables/column/tests/test_column_get.py | 5 +++-- .../tables/column/tests/test_column_put.py | 5 +++-- .../schemas/tables/column/tests/utils.py | 11 ++++++----- .../check_constraint/tests/__init__.py | 16 ++++++++-------- .../tests/test_check_constraint_add.py | 5 +++-- .../tests/test_check_constraint_delete.py | 5 +++-- .../tests/test_check_constraint_get.py | 5 +++-- .../tests/test_check_constraint_put.py | 5 +++-- .../constraints/check_constraint/tests/utils.py | 11 ++++++----- .../constraints/foreign_key/tests/__init__.py | 17 +++++++++-------- .../foreign_key/tests/test_foreign_key_add.py | 5 +++-- .../tests/test_foreign_key_delete.py | 5 +++-- .../foreign_key/tests/test_foreign_key_get.py | 5 +++-- .../foreign_key/tests/test_foreign_key_put.py | 5 +++-- .../constraints/foreign_key/tests/utils.py | 11 ++++++----- .../index_constraint/tests/__init__.py | 17 +++++++++-------- .../tests/test_index_constraint_add.py | 5 +++-- .../tests/test_index_constraint_delete.py | 5 +++-- .../tests/test_index_constraint_get.py | 5 +++-- .../tests/test_index_constraint_put.py | 5 +++-- .../constraints/index_constraint/tests/utils.py | 11 ++++++----- .../tables/constraints/tests/__init__.py | 1 + .../schemas/tables/indexes/tests/__init__.py | 1 + .../tables/indexes/tests/test_indexes_add.py | 5 +++-- .../tables/indexes/tests/test_indexes_delete.py | 5 +++-- .../tables/indexes/tests/test_indexes_get.py | 5 +++-- .../tables/indexes/tests/test_indexes_put.py | 5 +++-- .../schemas/tables/indexes/tests/utils.py | 11 ++++++----- .../schemas/tables/rules/tests/__init__.py | 1 + .../tables/rules/tests/test_rules_add.py | 5 +++-- .../tables/rules/tests/test_rules_delete.py | 5 +++-- .../tables/rules/tests/test_rules_get.py | 5 +++-- .../tables/rules/tests/test_rules_put.py | 5 +++-- .../schemas/tables/rules/tests/utils.py | 11 ++++++----- .../schemas/tables/tests/test_table_add.py | 5 +++-- .../schemas/tables/tests/test_table_delete.py | 5 +++-- .../schemas/tables/tests/test_table_get.py | 5 +++-- .../schemas/tables/tests/test_table_put.py | 5 +++-- .../databases/schemas/tables/tests/utils.py | 11 ++++++----- .../schemas/tables/triggers/tests/__init__.py | 1 + .../tables/triggers/tests/test_triggers_add.py | 5 +++-- .../triggers/tests/test_triggers_delete.py | 5 +++-- .../tables/triggers/tests/test_triggers_get.py | 5 +++-- .../tables/triggers/tests/test_triggers_put.py | 5 +++-- .../schemas/tables/triggers/tests/utils.py | 11 ++++++----- .../databases/schemas/tests/test_schema_add.py | 5 +++-- .../schemas/tests/test_schema_delete.py | 5 +++-- .../databases/schemas/tests/test_schema_get.py | 5 +++-- .../databases/schemas/tests/test_schema_put.py | 5 +++-- .../servers/databases/schemas/tests/utils.py | 5 +++-- .../schemas/types/tests/test_types_add.py | 5 +++-- .../schemas/types/tests/test_types_delete.py | 5 +++-- .../schemas/types/tests/test_types_get.py | 5 +++-- .../schemas/types/tests/test_types_put.py | 5 +++-- .../databases/schemas/types/tests/utils.py | 11 ++++++----- .../schemas/views/tests/test_views_add.py | 4 ++-- .../schemas/views/tests/test_views_delete.py | 5 +++-- .../schemas/views/tests/test_views_get.py | 5 +++-- .../schemas/views/tests/test_views_put.py | 5 +++-- .../databases/schemas/views/tests/utils.py | 11 ++++++----- .../servers/databases/tests/__init__.py | 10 +++++----- .../servers/databases/tests/test_db_add.py | 4 ++-- .../servers/databases/tests/test_db_delete.py | 5 +++-- .../servers/databases/tests/test_db_get.py | 4 ++-- .../servers/databases/tests/test_db_put.py | 4 ++-- .../servers/databases/tests/utils.py | 11 ++++++----- .../servers/resource_groups/tests/__init__.py | 10 +++++----- .../tests/test_resource_groups_add.py | 5 +++-- .../tests/test_resource_groups_delete.py | 5 +++-- .../tests/test_resource_groups_put.py | 5 +++-- .../tests/tests_resource_groups_get.py | 5 +++-- .../servers/resource_groups/tests/utils.py | 5 +++-- .../servers/roles/tests/__init__.py | 4 ++-- .../servers/roles/tests/test_role_add.py | 5 +++-- .../servers/roles/tests/test_role_delete.py | 5 +++-- .../servers/roles/tests/test_role_get.py | 5 +++-- .../servers/roles/tests/test_role_put.py | 4 ++-- .../server_groups/servers/roles/tests/utils.py | 5 +++-- .../servers/tablespaces/tests/__init__.py | 4 ++-- .../servers/tablespaces/tests/test_tbspc_add.py | 5 +++-- .../tablespaces/tests/test_tbspc_delete.py | 5 +++-- .../servers/tablespaces/tests/test_tbspc_get.py | 5 +++-- .../servers/tablespaces/tests/test_tbspc_put.py | 4 ++-- .../servers/tablespaces/tests/utils.py | 4 ++-- .../server_groups/servers/tests/__init__.py | 10 +++++----- .../servers/tests/test_server_add.py | 10 +++++----- .../servers/tests/test_server_delete.py | 5 +++-- .../servers/tests/test_server_get.py | 10 +++++----- .../servers/tests/test_server_put.py | 10 +++++----- .../server_groups/servers/tests/utils.py | 10 +++++----- .../browser/server_groups/tests/__init__.py | 4 ++-- .../browser/server_groups/tests/test_sg_get.py | 4 ++-- web/pgadmin/browser/tests/__init__.py | 4 ++-- .../browser/tests/test_change_password.py | 11 ++++++----- web/pgadmin/browser/tests/test_logout.py | 10 +++++----- .../browser/tests/test_reset_password.py | 11 ++++++----- web/pgadmin/browser/tests/utils.py | 11 +++++------ .../connect_to_server_feature_test.py | 4 ++-- .../template_selection_feature_test.py | 9 +++++++++ .../tests/test_versioned_template_loader.py | 9 +++++++++ web/pgadmin/utils/versioned_template_loader.py | 9 +++++++++ web/regression/__init__.py | 11 ++++++----- web/regression/feature_utils/app_starter.py | 9 +++++++++ .../feature_utils/base_feature_test.py | 9 +++++++++ web/regression/feature_utils/pgadmin_page.py | 9 +++++++++ web/regression/javascript/fake_translations.js | 9 +++++++++ web/regression/javascript/test-main.js | 9 +++++++++ web/regression/javascript/translate_spec.js | 9 +++++++++ web/regression/runtests.py | 4 ++-- web/regression/test_setup.py | 4 ++-- web/regression/test_utils.py | 5 +++-- 213 files changed, 722 insertions(+), 512 deletions(-) diff --git a/web/pgadmin/browser/server_groups/__init__.py b/web/pgadmin/browser/server_groups/__init__.py index d9b19167e..8d28ec4fa 100644 --- a/web/pgadmin/browser/server_groups/__init__.py +++ b/web/pgadmin/browser/server_groups/__init__.py @@ -6,6 +6,7 @@ # This software is released under the PostgreSQL Licence # ########################################################################## + """Defines views for management of server groups""" import simplejson as json diff --git a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/__init__.py index 6763d3d4a..e95c8204a 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_add.py b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_add.py index 5f12eb553..fb5396ce7 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_delete.py b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_delete.py index a9b0fe5b4..c60efc161 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_get.py b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_get.py index 15ea4a8bd..88663575e 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_get.py @@ -1,11 +1,11 @@ -################################################################## +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -################################################################### +########################################################################## from __future__ import print_function from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_put.py b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_put.py index 75e24591f..db7c71899 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/test_cast_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/utils.py index 4ec1e845c..a9f4a9360 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/casts/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/casts/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import sys import traceback diff --git a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/__init__.py index aea62c59c..8ceab6436 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_add.py b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_add.py index 49c282901..ca00c9389 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_add.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_delete.py b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_delete.py index 9cf6adee8..57164ca47 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_delete.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_get.py b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_get.py index 60612488e..f209d0fec 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_get.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_put.py b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_put.py index e2a316f3b..da737fd9b 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/utils.py index 633bd34e7..9a1430c90 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import sys import traceback diff --git a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/__init__.py index 4b066b24e..896ab4bd9 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_add.py b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_add.py index c22c2d6f1..d2f4de300 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_delete.py b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_delete.py index 3d1728560..179d651f4 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_delete.py @@ -1,19 +1,12 @@ -# # ################################################################# -# # -# # pgAdmin 4 - PostgreSQL Tools -# # -# # Copyright (C) 2013 - 2017, The pgAdmin Development Team -# # This software is released under the PostgreSQL Licence -# # -# # ################################################################## -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_get.py b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_get.py index d5bddda52..42addde1c 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # -# # pgAdmin 4 - PostgreSQL Tools -# # -# # Copyright (C) 2013 - 2017, The pgAdmin Development Team -# # This software is released under the PostgreSQL Licence +# pgAdmin 4 - PostgreSQL Tools # -# ################################################################## +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + from __future__ import print_function from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_put.py b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_put.py index 960ffd0b7..363da170d 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/test_extension_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/utils.py index 674b45eae..9d234db17 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/extensions/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import sys import traceback diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/__init__.py index 917d983fa..bde7ae3e8 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_add.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_add.py index 7e93d1879..a121c2294 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_delete.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_delete.py index c95b63934..a14ff269d 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_get.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_get.py index 84a009826..a1907b19e 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_put.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_put.py index 3a08a3fbd..1ecbe546e 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/utils.py index 00621c8c6..cc1915b55 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/utils.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import os diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/__init__.py index 513ecce3a..1e0850ec1 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_add.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_add.py index 2937d1de7..170c154c3 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_delete.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_delete.py index 258f44f41..d9b5762b2 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_get.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_get.py index cf661b13e..978e63848 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_put.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_put.py index cd2db1132..2faa5aa9f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/test_user_mapping_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/utils.py index a8911a277..59e792773 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/user_mapping/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import sys import traceback diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/__init__.py index 8c00827a5..ead5b6bb2 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_add.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_add.py index e4289c34e..f1706cd0f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_delete.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_delete.py index 92723d2a5..a14bed3b9 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_delete.py @@ -1,11 +1,12 @@ -################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_get.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_get.py index 5ae160fe1..9a307fb42 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_get.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_put.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_put.py index 956f4c06a..2ddb242c9 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/utils.py index 949ff32f0..4379f15ee 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import traceback import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/__init__.py index 9ba0ae346..ca85f9236 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_add.py b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_add.py index 6a246f73f..87aa81a8b 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_delete.py b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_delete.py index b8189ece7..3cbe4fbe1 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_delete.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_get.py b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_get.py index de276bb52..e55afea5f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_put.py b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_put.py index e01a6c687..941bdc6dc 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/utils.py index 321a2d266..de4ee47d8 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/languages/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import sys import traceback diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_add.py index c922a3ca2..2748d3619 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_delete.py index c783dcfa1..81db0c437 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_get.py index 12608bdda..5f5b983d5 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_put.py index f91778e5d..359d68ef9 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/utils.py index beb1ff1ce..684944147 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_add.py index cdece3b81..0fbc4f876 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_delete.py index 3a7047cd5..c2ccb8a11 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_get.py index b78d59631..6a93ab5e9 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_put.py index e609522d8..15d7853e7 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/utils.py index 84544e415..6cacff236 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/__init__.py index 06f6166bb..a51f9e591 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_add.py index 78e99c594..4cc0f1b0a 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_delete.py index 09b80dde0..10ffc31c7 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_get.py index f7e72e9ac..25fbdecb9 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_put.py index a5058088d..62eecc5e1 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/test_foreign_table_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/utils.py index 071f50dac..67ecf3e88 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/utils.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import os diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_add.py index 29be2abbb..6fcb0bfb1 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_add.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_delete.py index 70411a82b..7d42f1aa8 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_delete.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get.py index ab97c9181..8276eef78 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_put.py index dbcc20bbb..174eb526a 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_put.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/utils.py index 6b3264594..10d5e7bef 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import traceback import os diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_add.py index e3033ced8..468715ff8 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_add.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_delete.py index 189c817c3..3b4706140 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_delete.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_get.py index 576ab41b4..2e71f4478 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_get.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_put.py index 56c798ed3..208877ddf 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_put.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/utils.py index a6a65463b..a9d0cd20e 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/utils.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import traceback diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_add.py index 0005013cd..1d33f7261 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_add.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_delete.py index d12bec318..c84b53f92 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_delete.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_get.py index 4fdeb65d2..826fc15b0 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_get.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_put.py index 3683f3b1a..74b8dd076 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/test_fts_parser_put.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/utils.py index dc26b6a6b..a85fb7d07 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parser/tests/utils.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import traceback diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_add.py index 6c2d5f658..800e7d266 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_add.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_delete.py index 87a89b945..c4e618a73 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_delete.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_get.py index 1f3d95406..4739dc092 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_get.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_put.py index d9bbe2dbb..aa96fb5d4 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_put.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/utils.py index 97d7e41ee..38ac3ae2c 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/utils.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function import traceback diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_add.py index 348466cf1..bb5a8adf1 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_delete.py index 696aa9f5d..95b4a2aee 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_get.py index a1aa1e478..dd6d844f4 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_put.py index f22d1ebab..2ff28b4a3 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_trigger_func_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/utils.py index eb37a6dfd..988219345 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_add.py index 956ba497a..fbd3352ea 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_add.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_delete.py index 85035994a..e3d9ca62f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_delete.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_get.py index cf372386e..5862eb12d 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_get.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_put.py index c23909c37..2c5bbcc47 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/test_package_put.py @@ -1,12 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## - +########################################################################## import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/utils.py index 8f08d4c12..1e2070ad0 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/utils.py @@ -1,11 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## from __future__ import print_function import traceback diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_add.py index 4dd3dc509..1d9737ba7 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_delete.py index c3d74d788..0f87b6663 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_get.py index 4218c1064..9c38186e0 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_put.py index 8dcae763f..8efbd7ae9 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/test_sequence_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/utils.py index fe9a4c43a..958c002ac 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_add.py index 630bf8b64..bfe3d1374 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_delete.py index 0df598ae7..6ba8d2045 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_get.py index d551f89e2..640d5ac62 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_put.py index a9b4b254a..badbbd81b 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/test_synonym_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/utils.py index 724511f05..99a9d5f46 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/__init__.py index 5b9466005..c3ca21aa5 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/__init__.py @@ -6,6 +6,7 @@ # This software is released under the PostgreSQL Licence # ########################################################################## + from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_add.py index fb2bbe723..8d42a7989 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_delete.py index b520251e3..d7cc69673 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_get.py index 4c6edd14b..0cc88e8d0 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_put.py index 2050045c2..f94b8ac51 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/test_column_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/utils.py index 233d5fb8d..830dd4b66 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/column/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/__init__.py index 01779732f..5d7d0b67f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/__init__.py @@ -1,11 +1,11 @@ -# ########################################################################## -# # -# # pgAdmin 4 - PostgreSQL Tools -# # -# # Copyright (C) 2013 - 2017, The pgAdmin Development Team -# # This software is released under the PostgreSQL Licence -# # -# ########################################################################## +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## # from pgadmin.utils.route import BaseTestGenerator # # diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_add.py index 53e45540a..1a79bc5a4 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_delete.py index e01946db3..03f37ae23 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_get.py index cba2c02b2..3a16e4c8f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_put.py index 49238eb29..3c4b673e6 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/test_check_constraint_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/utils.py index e1787c588..ae0c89218 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/__init__.py index 0c048169c..cb53e266a 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/__init__.py @@ -1,11 +1,12 @@ -# ########################################################################## -# # -# # pgAdmin 4 - PostgreSQL Tools -# # -# # Copyright (C) 2013 - 2017, The pgAdmin Development Team -# # This software is released under the PostgreSQL Licence -# # -# ########################################################################## +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + # from pgadmin.utils.route import BaseTestGenerator # # diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_add.py index 42bd476fe..14ccc53ac 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_delete.py index c8e2e9a8e..9b8a468b1 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_get.py index 9828fe48d..e9024613a 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_put.py index 080a45171..375ff279d 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/test_foreign_key_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/utils.py index dade4ee32..5e71c911a 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/__init__.py index 9631e6058..0e85a9972 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/__init__.py @@ -1,11 +1,12 @@ -# ########################################################################## -# # -# # pgAdmin 4 - PostgreSQL Tools -# # -# # Copyright (C) 2013 - 2017, The pgAdmin Development Team -# # This software is released under the PostgreSQL Licence -# # -# ########################################################################## +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + # from pgadmin.utils.route import BaseTestGenerator # # diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_add.py index ec4fb99e2..c33b14a1f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_delete.py index ea3301dca..f5bccb443 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_get.py index 3d308282a..576bf66d0 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_put.py index e5385b499..72d44e375 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/test_index_constraint_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/utils.py index a760aa527..3f091c49f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/tests/__init__.py index 368d8ffff..316723ad3 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/tests/__init__.py @@ -6,6 +6,7 @@ # This software is released under the PostgreSQL Licence # ########################################################################## + from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/__init__.py index 784eb5b73..fe3c1f654 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/__init__.py @@ -6,6 +6,7 @@ # This software is released under the PostgreSQL Licence # ########################################################################## + from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_add.py index d111aaf3f..ea282606f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_delete.py index fa2171dcf..45d5588e0 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_get.py index ddbba09c1..ac138e54e 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_put.py index 2ac135d53..963e8beea 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/test_indexes_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/utils.py index d815a07da..78f81c2b8 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/__init__.py index 27135c3c3..1976e50b3 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/__init__.py @@ -6,6 +6,7 @@ # This software is released under the PostgreSQL Licence # ########################################################################## + from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_add.py index 904e35828..995e3ac2b 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_delete.py index 25972330c..8a0362442 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_get.py index 972d3e3ce..bbf5f97c5 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_put.py index d9c999a1d..740e82586 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/test_rules_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/utils.py index 1bbbc01af..b7b213b9e 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_add.py index 0a3405244..ce2be9fa8 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_delete.py index 8f5a1f283..a488b9aba 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_get.py index 72ea70cc2..4a1d9d9d5 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_put.py index 7d665967b..3f2ca75d3 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/test_table_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/utils.py index acace661d..05bbced67 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/__init__.py index 4ceb9c459..7956dd028 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/__init__.py @@ -6,6 +6,7 @@ # This software is released under the PostgreSQL Licence # ########################################################################## + from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_add.py index 297107b4e..b1659eec2 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_delete.py index 6b36cbe9b..121c0f1dc 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_get.py index 5e51407ce..8ea0bfa9a 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_put.py index 6c29f2a66..822fc5cd4 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/test_triggers_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/utils.py index ac931cb66..f4e1e3e09 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_add.py index 531112348..7e47ae5ce 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_delete.py index aa8cc6291..d6bc7fb9e 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_get.py index a333a7c17..03963eac4 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from regression import test_utils as utils from regression import parent_node_dict from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_put.py index 613b03686..fbb760dc5 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/utils.py index a2070eb70..def86c2bd 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import sys import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_add.py index 90ea9a785..a67113049 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_delete.py index b4822e0f0..d10a64e38 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_get.py index 08f795d5d..a15f839bf 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_put.py index cf3a19948..47c6b5851 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/utils.py index 090a2b92e..39895c42e 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_add.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_add.py index beaa8d877..8f7df85dc 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_add.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_delete.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_delete.py index 06685ff94..ea5dd0ef4 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_get.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_get.py index 7fb5d1626..f3a01fd7d 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_put.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_put.py index 5a1b38a8c..77cd3ab75 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/test_views_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/utils.py index 606c2384e..757e6a2d2 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + from __future__ import print_function import traceback import sys diff --git a/web/pgadmin/browser/server_groups/servers/databases/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/tests/__init__.py index 2cc2b198d..94e9fdc4f 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/tests/__init__.py @@ -1,11 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_add.py b/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_add.py index b8b58d047..2c2c4e164 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_add.py +++ b/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_add.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import json diff --git a/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_delete.py b/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_delete.py index f4a9005e7..407eb8bf6 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_delete.py +++ b/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_get.py b/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_get.py index 1066596b4..57fdd693e 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_get.py +++ b/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_get.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_put.py b/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_put.py index 71f596971..84ffad3ec 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_put.py +++ b/web/pgadmin/browser/server_groups/servers/databases/tests/test_db_put.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/databases/tests/utils.py b/web/pgadmin/browser/server_groups/servers/databases/tests/utils.py index 2e70ab218..484d3e6b7 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/databases/tests/utils.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/__init__.py index 8b1fa05b2..64911fc30 100644 --- a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/__init__.py @@ -1,11 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_add.py b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_add.py index 8f75e2c58..c4b1b41e6 100644 --- a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_add.py +++ b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_delete.py b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_delete.py index 5e819444c..8d018e70c 100644 --- a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_delete.py +++ b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_put.py b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_put.py index 0e168c893..559c826c9 100644 --- a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_put.py +++ b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/test_resource_groups_put.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/tests_resource_groups_get.py b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/tests_resource_groups_get.py index 7c9eaf08f..661474cd5 100644 --- a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/tests_resource_groups_get.py +++ b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/tests_resource_groups_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/utils.py b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/utils.py index cb4a9078e..7f13054e0 100644 --- a/web/pgadmin/browser/server_groups/servers/resource_groups/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/resource_groups/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import sys import traceback diff --git a/web/pgadmin/browser/server_groups/servers/roles/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/roles/tests/__init__.py index 2572ba387..3753aa5da 100644 --- a/web/pgadmin/browser/server_groups/servers/roles/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/roles/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_add.py b/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_add.py index 087ddfee8..4678f1494 100644 --- a/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_add.py +++ b/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import json from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_delete.py b/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_delete.py index a1ba2acab..70584e164 100644 --- a/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_delete.py +++ b/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_get.py b/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_get.py index a471488dc..eb8137683 100644 --- a/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_get.py +++ b/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_put.py b/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_put.py index 244c12d6c..c136ed0e6 100644 --- a/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_put.py +++ b/web/pgadmin/browser/server_groups/servers/roles/tests/test_role_put.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/roles/tests/utils.py b/web/pgadmin/browser/server_groups/servers/roles/tests/utils.py index 9d61c0b88..fad1a3455 100644 --- a/web/pgadmin/browser/server_groups/servers/roles/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/roles/tests/utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import json diff --git a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/__init__.py index 03fbf1880..691882d47 100644 --- a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_add.py b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_add.py index 748fcdfac..775ff180a 100644 --- a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_add.py +++ b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_add.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import json diff --git a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_delete.py b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_delete.py index 8593f16b3..1b6ccd47a 100644 --- a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_delete.py +++ b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import uuid import json diff --git a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_get.py b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_get.py index 67e79198c..92fb00799 100644 --- a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_get.py +++ b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_get.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + import uuid from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_put.py b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_put.py index 2ab2b3a77..2662d796f 100644 --- a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_put.py +++ b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/test_tbspc_put.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## import json import uuid diff --git a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/utils.py b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/utils.py index 9a96c702d..d44129cca 100644 --- a/web/pgadmin/browser/server_groups/servers/tablespaces/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/tablespaces/tests/utils.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from __future__ import print_function diff --git a/web/pgadmin/browser/server_groups/servers/tests/__init__.py b/web/pgadmin/browser/server_groups/servers/tests/__init__.py index 56e74f766..30a3a5f2a 100644 --- a/web/pgadmin/browser/server_groups/servers/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/tests/__init__.py @@ -1,11 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/tests/test_server_add.py b/web/pgadmin/browser/server_groups/servers/tests/test_server_add.py index afc9f919a..18c171e7f 100644 --- a/web/pgadmin/browser/server_groups/servers/tests/test_server_add.py +++ b/web/pgadmin/browser/server_groups/servers/tests/test_server_add.py @@ -1,11 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## import json diff --git a/web/pgadmin/browser/server_groups/servers/tests/test_server_delete.py b/web/pgadmin/browser/server_groups/servers/tests/test_server_delete.py index 1d2e426cd..7de995c9d 100644 --- a/web/pgadmin/browser/server_groups/servers/tests/test_server_delete.py +++ b/web/pgadmin/browser/server_groups/servers/tests/test_server_delete.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from pgadmin.utils.route import BaseTestGenerator from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/tests/test_server_get.py b/web/pgadmin/browser/server_groups/servers/tests/test_server_get.py index 8508f1769..be939ca55 100644 --- a/web/pgadmin/browser/server_groups/servers/tests/test_server_get.py +++ b/web/pgadmin/browser/server_groups/servers/tests/test_server_get.py @@ -1,11 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator from regression import test_utils as utils diff --git a/web/pgadmin/browser/server_groups/servers/tests/test_server_put.py b/web/pgadmin/browser/server_groups/servers/tests/test_server_put.py index 50b0d13ce..25679bd31 100644 --- a/web/pgadmin/browser/server_groups/servers/tests/test_server_put.py +++ b/web/pgadmin/browser/server_groups/servers/tests/test_server_put.py @@ -1,11 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## import json from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/servers/tests/utils.py b/web/pgadmin/browser/server_groups/servers/tests/utils.py index d3c9d8b64..b906a9ef0 100644 --- a/web/pgadmin/browser/server_groups/servers/tests/utils.py +++ b/web/pgadmin/browser/server_groups/servers/tests/utils.py @@ -1,11 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## from __future__ import print_function diff --git a/web/pgadmin/browser/server_groups/tests/__init__.py b/web/pgadmin/browser/server_groups/tests/__init__.py index 8f289d1ba..df28534bf 100644 --- a/web/pgadmin/browser/server_groups/tests/__init__.py +++ b/web/pgadmin/browser/server_groups/tests/__init__.py @@ -1,11 +1,11 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/server_groups/tests/test_sg_get.py b/web/pgadmin/browser/server_groups/tests/test_sg_get.py index 4b02362e6..7b3df43f4 100644 --- a/web/pgadmin/browser/server_groups/tests/test_sg_get.py +++ b/web/pgadmin/browser/server_groups/tests/test_sg_get.py @@ -1,11 +1,11 @@ -########################################################################### +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -########################################################################### +########################################################################## import json diff --git a/web/pgadmin/browser/tests/__init__.py b/web/pgadmin/browser/tests/__init__.py index 87f434157..25f0b632e 100644 --- a/web/pgadmin/browser/tests/__init__.py +++ b/web/pgadmin/browser/tests/__init__.py @@ -1,11 +1,11 @@ -############################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -############################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/tests/test_change_password.py b/web/pgadmin/browser/tests/test_change_password.py index 3bc02d2f1..b0258f42a 100644 --- a/web/pgadmin/browser/tests/test_change_password.py +++ b/web/pgadmin/browser/tests/test_change_password.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + import uuid import json diff --git a/web/pgadmin/browser/tests/test_logout.py b/web/pgadmin/browser/tests/test_logout.py index fbf2ea98b..35c1fad3a 100644 --- a/web/pgadmin/browser/tests/test_logout.py +++ b/web/pgadmin/browser/tests/test_logout.py @@ -1,11 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/tests/test_reset_password.py b/web/pgadmin/browser/tests/test_reset_password.py index da6868429..dfa740827 100644 --- a/web/pgadmin/browser/tests/test_reset_password.py +++ b/web/pgadmin/browser/tests/test_reset_password.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + import uuid from pgadmin.utils.route import BaseTestGenerator diff --git a/web/pgadmin/browser/tests/utils.py b/web/pgadmin/browser/tests/utils.py index 134eb32e2..538f39cc8 100644 --- a/web/pgadmin/browser/tests/utils.py +++ b/web/pgadmin/browser/tests/utils.py @@ -1,12 +1,11 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## - +########################################################################## def change_password(self): response = self.tester.get('/change', follow_redirects=True) diff --git a/web/pgadmin/feature_tests/connect_to_server_feature_test.py b/web/pgadmin/feature_tests/connect_to_server_feature_test.py index 211385f85..937da2da6 100644 --- a/web/pgadmin/feature_tests/connect_to_server_feature_test.py +++ b/web/pgadmin/feature_tests/connect_to_server_feature_test.py @@ -1,11 +1,11 @@ -############################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -############################################################## +########################################################################## from selenium.webdriver import ActionChains diff --git a/web/pgadmin/feature_tests/template_selection_feature_test.py b/web/pgadmin/feature_tests/template_selection_feature_test.py index 7b7c039fc..3d7e27778 100644 --- a/web/pgadmin/feature_tests/template_selection_feature_test.py +++ b/web/pgadmin/feature_tests/template_selection_feature_test.py @@ -1,3 +1,12 @@ +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + from selenium.webdriver import ActionChains from regression import test_utils diff --git a/web/pgadmin/utils/tests/test_versioned_template_loader.py b/web/pgadmin/utils/tests/test_versioned_template_loader.py index 5431fd7de..6d1d94336 100644 --- a/web/pgadmin/utils/tests/test_versioned_template_loader.py +++ b/web/pgadmin/utils/tests/test_versioned_template_loader.py @@ -1,3 +1,12 @@ +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + import os from flask import Flask diff --git a/web/pgadmin/utils/versioned_template_loader.py b/web/pgadmin/utils/versioned_template_loader.py index cf41bab57..7d2b70f22 100644 --- a/web/pgadmin/utils/versioned_template_loader.py +++ b/web/pgadmin/utils/versioned_template_loader.py @@ -1,3 +1,12 @@ +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + from flask.templating import DispatchingJinjaLoader from jinja2 import TemplateNotFound diff --git a/web/regression/__init__.py b/web/regression/__init__.py index abb2cab5e..b37e800e8 100644 --- a/web/regression/__init__.py +++ b/web/regression/__init__.py @@ -1,11 +1,12 @@ -# ########################################################################## +########################################################################## # -# #pgAdmin 4 - PostgreSQL Tools +# pgAdmin 4 - PostgreSQL Tools # -# #Copyright (C) 2013 - 2017, The pgAdmin Development Team -# #This software is released under the PostgreSQL Licence +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence # -# ########################################################################## +########################################################################## + import pgadmin.browser.server_groups.servers.roles.tests.utils as roles_utils import pgadmin.browser.server_groups.servers.tablespaces.tests.utils as \ tablespace_utils diff --git a/web/regression/feature_utils/app_starter.py b/web/regression/feature_utils/app_starter.py index 6ef3206f2..b03f2a94d 100644 --- a/web/regression/feature_utils/app_starter.py +++ b/web/regression/feature_utils/app_starter.py @@ -1,3 +1,12 @@ +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + import os import subprocess diff --git a/web/regression/feature_utils/base_feature_test.py b/web/regression/feature_utils/base_feature_test.py index 2810b70ab..8bb6bc004 100644 --- a/web/regression/feature_utils/base_feature_test.py +++ b/web/regression/feature_utils/base_feature_test.py @@ -1,3 +1,12 @@ +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + import errno import sys import os diff --git a/web/regression/feature_utils/pgadmin_page.py b/web/regression/feature_utils/pgadmin_page.py index 96c282109..bdef07dbd 100644 --- a/web/regression/feature_utils/pgadmin_page.py +++ b/web/regression/feature_utils/pgadmin_page.py @@ -1,3 +1,12 @@ +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + import time from selenium.common.exceptions import NoSuchElementException, WebDriverException diff --git a/web/regression/javascript/fake_translations.js b/web/regression/javascript/fake_translations.js index e0ab7098c..19b4ba410 100644 --- a/web/regression/javascript/fake_translations.js +++ b/web/regression/javascript/fake_translations.js @@ -1,3 +1,12 @@ +########################################################################## +# +# pgAdmin 4 - PostgreSQL Tools +# +# Copyright (C) 2013 - 2017, The pgAdmin Development Team +# This software is released under the PostgreSQL Licence +# +########################################################################## + define(function () { return {} }); \ No newline at end of file diff --git a/web/regression/javascript/test-main.js b/web/regression/javascript/test-main.js index 3d70cf917..dfa4107a8 100644 --- a/web/regression/javascript/test-main.js +++ b/web/regression/javascript/test-main.js @@ -1,3 +1,12 @@ +////////////////////////////////////////////////////////////////////////// +// +// pgAdmin 4 - PostgreSQL Tools +// +// Copyright (C) 2013 - 2017, The pgAdmin Development Team +// This software is released under the PostgreSQL Licence +// +////////////////////////////////////////////////////////////////////////// + var allTestFiles = []; var TEST_REGEXP = /(spec|test)\.js$/i; diff --git a/web/regression/javascript/translate_spec.js b/web/regression/javascript/translate_spec.js index 825cc337e..6b223c810 100644 --- a/web/regression/javascript/translate_spec.js +++ b/web/regression/javascript/translate_spec.js @@ -1,3 +1,12 @@ +////////////////////////////////////////////////////////////////////////// +// +// pgAdmin 4 - PostgreSQL Tools +// +// Copyright (C) 2013 - 2017, The pgAdmin Development Team +// This software is released under the PostgreSQL Licence +// +////////////////////////////////////////////////////////////////////////// + define(["sources/translate", "translations"], function (translate, translations) { describe("translate", function () { describe("when there is no translation", function () { diff --git a/web/regression/runtests.py b/web/regression/runtests.py index bebe36c7f..c225208f6 100644 --- a/web/regression/runtests.py +++ b/web/regression/runtests.py @@ -1,11 +1,11 @@ -############################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -############################################################## +########################################################################## """ This file collect all modules/files present in tests directory and add them to TestSuite. """ diff --git a/web/regression/test_setup.py b/web/regression/test_setup.py index 86be3c118..a92f479cd 100644 --- a/web/regression/test_setup.py +++ b/web/regression/test_setup.py @@ -1,11 +1,11 @@ -############################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -############################################################## +########################################################################## import json import os diff --git a/web/regression/test_utils.py b/web/regression/test_utils.py index f9cf93343..fd0cb2a03 100644 --- a/web/regression/test_utils.py +++ b/web/regression/test_utils.py @@ -1,11 +1,12 @@ -# ################################################################# +########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # -# ################################################################## +########################################################################## + from __future__ import print_function import traceback import os