| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Added code coverage tool for pgAdmin. Fixes #5048. |
| Date: | 2020-01-03 13:30:59 |
| Message-ID: | E1inN2Z-0001mw-1L@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Added code coverage tool for pgAdmin. Fixes #5048.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=66f5a40cd9da651a0d4c7d64f4bf9fe9d5076b98
Author: Navnath Gadakh <navnathgadakh(at)gmail(dot)com>
Modified Files
--------------
docs/en_US/release_notes_4_17.rst | 1 +
web/regression/.coveragerc.in | 25 ++++++++++++++++++
web/regression/README | 35 ++++++++++++++++++++++++++
web/regression/python_test_utils/test_utils.py | 29 +++++++++++++++++++++
web/regression/requirements.txt | 2 +-
web/regression/runtests.py | 21 ++++++++++++++++
6 files changed, 112 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2020-01-03 13:31:27 | Re: [pgAdmin][RM5048] : code coverage tool |
| Previous Message | Akshay Joshi | 2020-01-03 11:28:36 | [pgAdmin][RM4633] Bad view in partitioned tables |