[pgAdmin][RM5335]: [Code Coverage] Improve API test cases forTriggers and Compound Triggers - Mailing list pgadmin-hackers

From Pradip Parkale
Subject [pgAdmin][RM5335]: [Code Coverage] Improve API test cases forTriggers and Compound Triggers
Date
Msg-id CAJ9T6SuR3wg7ZFQk9_e31fn5eeKjspMOZR_tGn2FihCYYLRJdQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin][RM5335]: [Code Coverage] Improve API test cases forTriggers and Compound Triggers  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi Hackers,

Please find the attached patch to improve the code coverage for 'Triggers' and 'Compund_triggers' node.

Command to run the compound triggers node test cases -
        - python runtests.py --pkg browser.server_groups.servers.databases.schemas.tables.compound_triggers.tests

Command to run the trigger node test cases -
        - python runtests.py --pkg browser.server_groups.servers.databases.schemas.tables.triggers.tests

--
Thanks & Regards,
Pradip Parkale
QMG, EnterpriseDB Corporation
Attachment

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: RM5525: Cleanup and refactor the macOS build scripts
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Improve code coverage and API test cases for Triggers