Re: [pgAdmin4][RM#3790] Adding API tests for utility check route - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject Re: [pgAdmin4][RM#3790] Adding API tests for utility check route
Date
Msg-id CAKKotZRgYwNagorSj3sPAcd_JWPrPdxw0x5xsbZ=QqeiiE-UwQ@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin4][RM#3790] Adding API tests for utility check route  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Responses Re: [pgAdmin4][RM#3790] Adding API tests for utility check route  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi,

Please ignore the previous patch as some characters got deleted from it, Attached is the updated patch.

On Fri, Nov 30, 2018 at 12:40 PM Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
 ++ Attaching patch

Hi,

PFA patch, It will test the route which validates if the respective utility file is present or not on user's system.

python runtests.py --pkg tools.maintenance.tests --exclude feature_tests
python runtests.py --pkg tools.import_export.tests --exclude feature_tests
python runtests.py --pkg tools.restore.tests --exclude feature_tests
python runtests.py --pkg tools.backup.tests --exclude feature_tests


--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [pgAdmin4][RM#3790] Adding API tests for utility check route
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add API tests for utility check route. Fixes #3790