public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Add Python API tests for execution of external utilit
Date: Fri, 15 Jun 2018 10:36:20 +0000
Message-ID: <[email protected]> (raw)
Add Python API tests for execution of external utilities such as pg_dump.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d1902cd63984c42385a19e8c224226fc3c30...
Author: Khushboo Vashi <[email protected]>
Modified Files
--------------
web/pgadmin/tools/backup/__init__.py | 33 +-
web/pgadmin/tools/backup/tests/__init__.py | 0
.../tests/test_backup_create_job_unit_test.py | 454 +++++++++++++++++++++
.../tools/backup/tests/test_backup_message.py | 147 +++++++
.../tools/backup/tests/test_backup_utils.py | 119 ++++++
.../tools/backup/tests/test_batch_process.py | 213 ++++++++++
.../tools/backup/tests/test_create_backup_job.py | 65 +++
web/pgadmin/tools/maintenance/tests/__init__.py | 0
.../tests/test_batch_process_maintenance.py | 155 +++++++
.../tests/test_create_maintenance_job.py | 136 ++++++
.../tests/test_maintenance_create_job_unit_test.py | 190 +++++++++
.../maintenance/tests/test_maintenance_message.py | 121 ++++++
web/pgadmin/tools/restore/__init__.py | 27 +-
web/pgadmin/tools/restore/tests/__init__.py | 0
.../tools/restore/tests/test_batch_process.py | 155 +++++++
.../tools/restore/tests/test_create_restore_job.py | 201 +++++++++
.../tests/test_restore_create_job_unit_test.py | 314 ++++++++++++++
.../tools/restore/tests/test_restore_message.py | 77 ++++
web/regression/python_test_utils/test_utils.py | 74 +++-
web/regression/runtests.py | 7 +-
web/regression/test_config.json.in | 7 +-
21 files changed, 2455 insertions(+), 40 deletions(-)
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: Add Python API tests for execution of external utilit
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