[pgadmin-org/pgadmin4] cc2391: Fixed and improve few API test cases.

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] cc2391: Fixed and improve few API test cases.
Date: 2023-11-16 09:13:23
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/c4a5f8-cc2391@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: cc239149bac2dfe3881fd12d62021c462eb284e6
https://github.com/pgadmin-org/pgadmin4/commit/cc239149bac2dfe3881fd12d62021c462eb284e6
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-11-16 (Thu, 16 Nov 2023)

Changed paths:
M web/pgadmin/browser/server_groups/servers/__init__.py
M web/pgadmin/browser/server_groups/servers/databases/languages/__init__.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_add.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_delete.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_delete_multiple.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_put.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/__init__.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/templates/fts_dictionaries/sql/default/properties.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_add.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_delete.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_delete_multiple.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_get.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_put.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_add.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_delete.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_delete_multiple.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_get.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_put.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/templates/fts_templates/sql/default/properties.sql
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_add.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_delete.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_delete_multiple.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_get.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_templates_put.py
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/tests/triggers_test_data.json
M web/pgadmin/browser/server_groups/servers/tests/servers_test_data.json
M web/pgadmin/browser/server_groups/servers/tests/test_check_ssh_mock_connect.py
M web/pgadmin/tools/grant_wizard/__init__.py

Log Message:
-----------
Fixed and improve few API test cases.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2023-11-16 11:25:42 [pgadmin-org/pgadmin4] c9db4a: Add DROP SQL for foreign keys in SQL generated by ...
Previous Message Aditya Toshniwal 2023-11-15 12:13:22 [pgadmin-org/pgadmin4] c4a5f8: Fix a crash issue occurring when debugging a funct...