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

Поиск
Список
Период
Сортировка
От Navnath Gadakh
Тема pgAdmin IV : Unittest modular patch (Domains and Tables nodes)
Дата
Msg-id CAOAJCYrxhfbsjCnTQt0r6DuwxGTBO1VzGvym-rWjnwxU5nqtOg@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgAdmin IV : Unittest modular patch (Domains and Tables nodes)  (Dave Page <dave.page@enterprisedb.com>)
Список 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 


Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: Package node test cases [pgadmin4]
Следующее
От: Ashesh Vashi
Дата:
Сообщение: RM#1387 [Add-on PATCH] Bad handling of missing connection database server