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

From Yogesh Mahajan
Subject [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)
Date
Msg-id CAMa=N=PVVMCA940Hnav4y6oU3AaBOMHUHUEWKb6SQ3dpkE6jrg@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List 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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Warn the user when connecting to a server that is old
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Improve code coverage and API test cases for Columns