Re: [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)
Date: 2020-08-26 07:05:48
Message-ID: CANxoLDdcfqBVsbgc152cb8_HH8o6PQ0DROQp_BCUQRq2q=dWQQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Wed, Aug 26, 2020 at 9:57 AM Yogesh Mahajan <
yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:

> Hello,
>
> Please find a patch which adds api test cases for Column, Constraint,
> Check constraint, Exclusion constraint, Foreign key, Index constraint.
>
> Code coverage for above modules is now -
> Columns - 39 > 71%
> Constraints - 31 > 54%
> Check Constraint - 30 > 76%
> Exclusion Constraint - 28 > 74%
> Foreign Key - 27 > 74%
> Index Constraint - 27 > 69%
>
>
> Thanks,
> Yogesh Mahajan
> QA - Team
> EnterpriseDB Corporation
>
> Phone: +91-9741705709
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2020-08-26 07:23:24 Re: [pgAdmin][RM5990]: Update the style guide on pgAdmin4 website
Previous Message Akshay Joshi 2020-08-26 07:05:34 pgAdmin 4 commit: Improve code coverage and API test cases for Columns