Re: [pgAdmin][RM5048] : code coverage tool

2020-01-03 Thread Akshay Joshi
Thanks, patch applied. On Fri, Jan 3, 2020 at 1:38 PM navnath gadakh wrote: > Hi Team, > Please find the attached patch to calculate code coverage if pgadmin > code(python tests). > I have extended the existing testsuite to enable coverage. I have used > python's coverage module. > > *Some

[pgAdmin][RM5048] : code coverage tool

2020-01-03 Thread navnath gadakh
Hi Team, Please find the attached patch to calculate code coverage if pgadmin code(python tests). I have extended the existing testsuite to enable coverage. I have used python's coverage module. *Some useful commands: * before running the commands make sure you create .coveragerc file under