pgAdmin 4 commit: 1) Added new python test that checks the transaction

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added new python test that checks the transaction
Date: 2019-08-19 06:17:52
Message-ID: E1hzazI-000287-0Y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added new python test that checks the transaction status after executing queries and saving data when auto-commit is on/off.
2) Some refactoring of previously written python tests.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=663e8382f3971487fc2b006392af285c274b04a1
Author: Yosry Muhammad <yosrym93(at)gmail(dot)com>

Modified Files
--------------
..._query_utils.py => execute_query_test_utils.py} | 0
.../sqleditor/tests/test_transaction_status.py | 339 +++++++++++++++++++++
.../tests/test_is_query_resultset_updatable.py | 35 ++-
.../utils/tests/test_save_changed_data.py | 36 ++-
4 files changed, 375 insertions(+), 35 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-19 06:18:39 Re: Transaction Status Python Tests
Previous Message Akshay Joshi 2019-08-19 05:57:04 Re: Query Tool JS Minimal Refactoring