pgAdmin 4 commit: Improve code coverage and API test cases for the Rule

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Improve code coverage and API test cases for the Rule
Дата
Msg-id E1jWeFP-0006yk-V4@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Improve code coverage and API test cases for the Rules module. Fixes #5334

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=057a2b23129d1267ae77003ce658e8a8a6b75ff0
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
.gitignore                                         |   1 +
docs/en_US/release_notes_4_22.rst                  |   1 +
.../tables/rules/tests/rules_test_data.json        | 408 +++++++++++++++++++++
.../schemas/tables/rules/tests/test_rules_add.py   |  49 ++-
.../tables/rules/tests/test_rules_delete.py        |  40 +-
.../rules/tests/test_rules_delete_multiple.py      |  31 +-
.../schemas/tables/rules/tests/test_rules_get.py   |  43 ++-
.../schemas/tables/rules/tests/test_rules_put.py   |  41 ++-
.../databases/schemas/tables/rules/tests/utils.py  |   6 +
9 files changed, 566 insertions(+), 54 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Show the startup log as well as the server log in the
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5334] : [Code Coverage] Improve API test cases for Rules