pgAdmin 4 commit: 1) Added new python test that checks the transaction
Akshay Joshi <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.pgadmin.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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(-)