pgAdmin 4 commit: 1) Added new python test that checks the transaction - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Added new python test that checks the transaction
Date
Msg-id E1hzazI-000287-0Y@gothos.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: Query Tool JS Minimal Refactoring
Next
From: Akshay Joshi
Date:
Subject: Re: Transaction Status Python Tests