pgAdmin 4 commit: Improve code coverage and API test cases for Collatio

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve code coverage and API test cases for Collatio
Date: 2020-06-11 05:42:52
Message-ID: E1jjFzI-0003yj-JT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve code coverage and API test cases for Collations. Fixes #5325

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82c4a4a03e72ecb120abdbafb445f58adf256eb9
Author: Satish V <satish(dot)v(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_23.rst | 3 +-
.../collations/tests/collations_test_data.json | 415 +++++++++++++++++++++
.../schemas/collations/tests/test_collation_add.py | 84 +++--
.../collations/tests/test_collation_delete.py | 69 ++--
.../tests/test_collation_delete_multiple.py | 52 +--
.../tests/test_collation_dependency_dependent.py | 77 ++++
.../schemas/collations/tests/test_collation_get.py | 78 ++--
.../tests/test_collation_get_collation_function.py | 85 +++++
.../collations/tests/test_collation_get_nodes.py | 98 +++++
.../schemas/collations/tests/test_collation_put.py | 66 ++--
.../schemas/collations/tests/test_collation_sql.py | 96 +++++
.../databases/schemas/collations/tests/utils.py | 7 +
12 files changed, 1015 insertions(+), 115 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-11 05:43:12 Re: Reg - RM-5325[Code Coverage] Improve API test cases for Collations
Previous Message Dave Page 2020-06-10 16:03:11 pgAdmin 4 commit: Remove blank line at EOF.