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

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 Indexes.
Date: 2020-05-18 07:05:46
Message-ID: E1jaZqM-0003Vk-Lx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve code coverage and API test cases for Indexes. Fixes #5333

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9f445dc0529d017f37d042f96cfd535e37612cc4
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_22.rst | 1 +
.../tables/indexes/tests/index_test_data.json | 640 +++++++++++++++++++++
.../tables/indexes/tests/test_indexes_add.py | 51 +-
.../test_indexes_create_get_access_methods.py | 71 +++
.../tests/test_indexes_create_get_collations.py | 69 +++
.../indexes/tests/test_indexes_create_op_class.py | 69 +++
.../tables/indexes/tests/test_indexes_delete.py | 37 +-
.../indexes/tests/test_indexes_delete_multiple.py | 22 +-
.../tables/indexes/tests/test_indexes_get.py | 52 +-
.../test_indexes_get_dependencies_dependents.py | 80 +++
.../tables/indexes/tests/test_indexes_get_msql.py | 77 +++
.../tables/indexes/tests/test_indexes_get_nodes.py | 110 ++++
.../indexes/tests/test_indexes_get_statistics.py | 88 +++
.../tables/indexes/tests/test_indexes_put.py | 32 +-
.../tables/indexes/tests/test_indexes_sql.py | 85 +++
.../schemas/tables/indexes/tests/utils.py | 146 ++++-
16 files changed, 1561 insertions(+), 69 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-18 07:06:08 Re: [pgAdmin4][Patch] - RM 5487 - LDAP Configuration fix
Previous Message Yogesh Mahajan 2020-05-18 06:36:53 Re: [pgAdmin][RM5333] : [Code Coverage] Improve API test cases for Indexes