[pgadmin-hackers] pgAdmin 4 commit: Include passed test results in the JSON output fromt

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Include passed test results in the JSON output fromt
Дата
Msg-id E1cyH7v-0001ob-7z@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Include passed test results in the JSON output from the regression tests.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=62716c4193c4434b002682126b634b29d70d1870
Author: Navnath Gadakh <navnath.gadakh@enterprisedb.com>

Modified Files
--------------
.../sql/tests/test_foreign_key_properties.py       |  5 ++
.../templates/table/sql/tests/test_tables_acl.py   |  5 ++
.../templates/table/sql/tests/test_tables_node.py  |  6 ++
.../table/sql/tests/test_tables_properties.py      |  5 ++
.../connect/sql/tests/test_check_recovery.py       |  4 +
.../utils/tests/test_versioned_template_loader.py  |  4 +
web/regression/python_test_utils/test_utils.py     | 43 +++++++++-
web/regression/runtests.py                         | 96 ++++++++++++----------
8 files changed, 123 insertions(+), 45 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue in browser tree
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] pgAdmin4: Test result enhancement patch