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

Поиск
Список
Период
Сортировка
От Yogesh Mahajan
Тема [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)
Дата
Msg-id CAMa=N=PVVMCA940Hnav4y6oU3AaBOMHUHUEWKb6SQ3dpkE6jrg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)
Список 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
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Warn the user when connecting to a server that is old
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Improve code coverage and API test cases for Columns