pgAdmin 4 commit: Add API tests for utility check route. Fixes #3790

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add API tests for utility check route. Fixes #3790
Date: 2018-11-30 09:56:46
Message-ID: E1gSfXS-00069J-E0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add API tests for utility check route. Fixes #3790

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9a3047c89c42250f53105ec6e29f0dfea4fd9a48
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../test_check_utility_exists_route_backup.py | 41 ++++++++++++++++++++++
web/pgadmin/tools/import_export/tests/__init__.py | 8 +++++
...est_check_utility_exists_route_import_export.py | 41 ++++++++++++++++++++++
.../test_check_utility_exists_route_maintenance.py | 41 ++++++++++++++++++++++
.../test_check_utility_exists_route_restore.py | 41 ++++++++++++++++++++++
web/regression/python_test_utils/test_utils.py | 12 +++++++
6 files changed, 184 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-11-30 09:56:52 Re: [pgAdmin4][RM#3790] Adding API tests for utility check route
Previous Message Murtuza Zabuawala 2018-11-30 07:36:42 Re: [pgAdmin4][RM#3790] Adding API tests for utility check route