pgAdmin IV : Unittest modular patch (Domains and Tables nodes)

From: Navnath Gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>
To: Dave Page <dave(dot)page(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Kanchan Mohitey <kanchan(dot)mohitey(at)enterprisedb(dot)com>
Subject: pgAdmin IV : Unittest modular patch (Domains and Tables nodes)
Date: 2016-08-30 12:02:50
Message-ID: CAOAJCYrxhfbsjCnTQt0r6DuwxGTBO1VzGvym-rWjnwxU5nqtOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,
Please find the patch API unit test cases for Domain & Tables Nodes.

This patch also includes code to drop the all objects(like database, roles,
tablespace & server) created during the test suite run.

*To run the test suite for domain node:*
python regression/runtests.py --pkg
browser.server_groups.servers.databases.schemas.domains

*To run the test suite for tables node:*
python regression/runtests.py --pkg
browser.server_groups.servers.databases.schemas.tables

*To run the test suite for all nodes *(Comment the all test code in
'synonyms' node i.e. Code under 'tests' directory as its partially
completed):
python regression/runtests.py

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

Attachment Content-Type Size
domain_tables_apis.patch application/octet-stream 80.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-08-30 13:46:44 RM#1387 [Add-on PATCH] Bad handling of missing connection database server
Previous Message Harshal Dhumal 2016-08-30 11:05:58 Package node test cases [pgadmin4]