pgAdmin IV : Unittest modular patch (Domains and Tables nodes) - Mailing list pgadmin-hackers

From Navnath Gadakh
Subject pgAdmin IV : Unittest modular patch (Domains and Tables nodes)
Date
Msg-id CAOAJCYrxhfbsjCnTQt0r6DuwxGTBO1VzGvym-rWjnwxU5nqtOg@mail.gmail.com
Whole thread Raw
Responses Re: pgAdmin IV : Unittest modular patch (Domains and Tables nodes)  (Dave Page <dave.page@enterprisedb.com>)
List 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

pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Package node test cases [pgadmin4]
Next
From: Ashesh Vashi
Date:
Subject: RM#1387 [Add-on PATCH] Bad handling of missing connection database server