pgAdmin IV: Unittests-drop objects functionality - Mailing list pgadmin-hackers

From Navnath Gadakh
Subject pgAdmin IV: Unittests-drop objects functionality
Date
Msg-id CAOAJCYoUGdpgm19D8tq2V2tbPqzyHesnRObMfoBpv9WVZWSKUQ@mail.gmail.com
Whole thread Raw
Responses Re: pgAdmin IV: Unittests-drop objects functionality
List pgadmin-hackers
Hi Dave,
     Please find the patch for drop objects functionality for test framework.
Now, test framework is able to drop all objects(like server, database, schema, etc.) which are created during test suite execution. Code included in the patch is only for server and database node. If everything goes fine will send next patch with the remaining nodes in a single patch. 

The following files are also affected by the new changes:
web/setup.py
web/config.py
regression/test_advanced_config.json.in


To run the test suite follow the commands
1. python runtionregress/ests.py --pkg browser.server_groups.servers
2. python regression/runtests.yp --pkg browser.server_groups.servers.databases 
 

Note: Please do not run test suite for all nodes (python regression/runtests.py) as code modifications have not been done yet.

Thanks.


--
Thanks,
Navnath Gadakh
Software Engineer
EnterpriseDB Corporation
Mobile: +91 9975389878 


Attachment

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: RM1690 - Trailing spaces included in SELECT Script for functions
Next
From: Devrim Gündüz
Date:
Subject: beautifulsoup4, and Python 2.6