pgAdmin 4 commit: Initial version of a regression test framework

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Initial version of a regression test framework
Дата
Msg-id E1arnqz-0008GL-7N@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Initial version of a regression test framework

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=98d473a7ec0992e1acab31a9693947757d6501ce
Author: Priyanka Shendge <priyanka.shendge@enterprisedb.com>

Modified Files
--------------
requirements_py2.txt                               | 44 ++++++----
requirements_py3.txt                               | 36 +++++---
.../server_groups/servers/tests/__init__.py        | 15 ++++
.../server_groups/servers/tests/test_server_add.py | 53 ++++++++++++
.../servers/tests/test_server_delete.py            | 57 +++++++++++++
.../server_groups/servers/tests/test_server_get.py | 49 +++++++++++
.../server_groups/servers/tests/test_server_put.py | 65 +++++++++++++++
.../browser/server_groups/tests/__init__.py        | 15 ++++
.../browser/server_groups/tests/test_sg_add.py     | 36 ++++++++
web/pgadmin/browser/tests/__init__.py              | 15 ++++
web/pgadmin/browser/tests/test_change_password.py  | 93 +++++++++++++++++++++
web/pgadmin/browser/tests/test_login.py            | 79 ++++++++++++++++++
web/pgadmin/browser/tests/test_logout.py           | 44 ++++++++++
web/pgadmin/browser/tests/test_reset_password.py   | 47 +++++++++++
web/pgadmin/utils/route.py                         | 74 +++++++++++++++++
web/regression/README                              | 96 ++++++++++++++++++++++
web/regression/__init__.py                         |  0
web/regression/config.py                           | 16 ++++
web/regression/test_config.json.in                 | 25 ++++++
web/regression/testsuite.py                        | 72 ++++++++++++++++
20 files changed, 903 insertions(+), 28 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Grant wizard styling
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Ignore the regression test config file.