pgAdmin 4 commit: Improve code coverage and API test cases for Types. F - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Improve code coverage and API test cases for Types. F
Date
Msg-id E1k0j3k-0002gi-8a@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Improve code coverage and API test cases for Types. Fixes #5336

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=287a6628ed570f21eb6c6e28d3938fc300933e63
Author: Satish V <satish.v@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst                  |   1 +
.../servers/databases/schemas/types/__init__.py    |   1 +
.../schemas/types/tests/test_types_add.py          |  59 ++-
.../schemas/types/tests/test_types_delete.py       |  50 ++-
.../types/tests/test_types_delete_multiple.py      |  89 ++++
.../types/tests/test_types_dependency_dependent.py |  68 +++
.../schemas/types/tests/test_types_get.py          |  58 ++-
.../types/tests/test_types_get_collations.py       |  83 ++++
.../tests/test_types_get_external_functions.py     |  85 ++++
.../schemas/types/tests/test_types_get_stypes.py   |  84 ++++
.../types/tests/test_types_get_stypes_opclass.py   |  76 ++++
.../types/tests/test_types_get_subtype_diff.py     |  76 ++++
.../schemas/types/tests/test_types_get_types.py    |  84 ++++
.../schemas/types/tests/test_types_msql.py         |  76 ++++
.../schemas/types/tests/test_types_nodes.py        | 103 +++++
.../schemas/types/tests/test_types_put.py          |  44 +-
.../schemas/types/tests/test_types_sql.py          |  88 ++++
.../schemas/types/tests/types_test_data.json       | 482 +++++++++++++++++++++
.../servers/databases/schemas/types/tests/utils.py |  20 +
19 files changed, 1576 insertions(+), 51 deletions(-)


pgadmin-hackers by date:

Previous
From: Satish V
Date:
Subject: [pgAdmin 4 - Housekeeping #5336][Code Coverage] Improve API test cases for Types
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin 4 - Housekeeping #5336][Code Coverage] Improve API test cases for Types