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

From: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)
Date: 2020-08-26 04:27:03
Message-ID: CAMa=N=PVVMCA940Hnav4y6oU3AaBOMHUHUEWKb6SQ3dpkE6jrg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
RM5332_v1.patch application/x-patch 398.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-26 07:05:34 pgAdmin 4 commit: Improve code coverage and API test cases for Columns
Previous Message Dave Page 2020-08-25 16:18:45 pgAdmin 4 commit: Warn the user when connecting to a server that is old