public inbox for [email protected]  
help / color / mirror / Atom feed
From: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Initial version of a regression test framework
Date: Sun, 17 Apr 2016 14:39:13 +0000
Message-ID: <[email protected]> (raw)
List-Unsubscribe:  <mailto:[email protected]?body=unsub%20pgadmin-hackers>

Initial version of a regression test framework

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=98d473a7ec0992e1acab31a9693947757d650...
Author: Priyanka Shendge <[email protected]>

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(-)


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: pgAdmin 4 commit: Initial version of a regression test framework
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox