pgAdmin 4 commit: Cleanup feature tests. Fixes #2586

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Cleanup feature tests. Fixes #2586
Date: 2017-08-29 13:58:03
Message-ID: E1dmh1n-0007Cv-IB@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Cleanup feature tests. Fixes #2586

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ceb9438000cea77f7054693a292cf4bd5850b4a0
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../connect_to_server_feature_test.py | 84 -----
.../copy_selected_query_results_feature_test.py | 17 +-
.../feature_tests/pg_datatype_validation_test.py | 36 +-
.../feature_tests/query_tool_journey_test.py | 21 +-
web/pgadmin/feature_tests/query_tool_tests.py | 407 ++++++---------------
web/pgadmin/feature_tests/view_data_dml_queries.py | 6 +-
.../xss_checks_panels_and_query_tool_test.py | 40 +-
.../xss_checks_pgadmin_debugger_test.py | 76 ++--
.../feature_tests/xss_checks_roles_control_test.py | 17 +-
web/regression/feature_utils/pgadmin_page.py | 8 +-
10 files changed, 181 insertions(+), 531 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-08-29 13:58:25 Re: [pgAdmin4][RM2586] Cleanup feature test
Previous Message Surinder Kumar 2017-08-29 12:25:58 Re: [pgAdmin4][Patch]: RM_2596 - Query tool not working in Desktop Runtime on Mac OS X