Thread: pgAdmin 4 commit: Close query tool connection for API test cases.
Close query tool connection for API test cases. Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=98b7603ebd761b9c508d5ad09ae18c5349e960d1 Modified Files -------------- web/pgadmin/tools/sqleditor/tests/test_download_csv_query_tool.py | 5 +++++ web/pgadmin/tools/sqleditor/tests/test_editor_history.py | 5 +++++ web/pgadmin/tools/sqleditor/tests/test_encoding_charset.py | 5 +++++ web/pgadmin/tools/sqleditor/tests/test_explain_plan.py | 5 +++++ web/pgadmin/tools/sqleditor/tests/test_macros.py | 5 +++++ web/pgadmin/tools/sqleditor/tests/test_poll_query_tool.py | 5 +++++ web/pgadmin/tools/sqleditor/tests/test_transaction_status.py | 7 +++++++ .../sqleditor/utils/tests/test_is_query_resultset_updatable.py | 7 +++++++ web/pgadmin/tools/sqleditor/utils/tests/test_save_changed_data.py | 7 +++++++ 9 files changed, 51 insertions(+)