Improve code coverage and API test cases for the Rules module. Fixes #5334

This commit is contained in:
Pradip Parkale
2020-05-07 16:27:58 +05:30
committed by Akshay Joshi
parent 46d186a49f
commit 057a2b2312
9 changed files with 566 additions and 54 deletions

View File

@@ -14,6 +14,7 @@ New features
Housekeeping
************
| `Issue #5334 <https://redmine.postgresql.org/issues/5334>`_ - Improve code coverage and API test cases for the Rules module.
| `Issue #5443 <https://redmine.postgresql.org/issues/5443>`_ - Remove support for Python 2.
| `Issue #5444 <https://redmine.postgresql.org/issues/5444>`_ - Cleanup Python detection in the runtime project file.
| `Issue #5455 <https://redmine.postgresql.org/issues/5455>`_ - Refactor pgAdmin4.py so it can be imported and is a lot more readable.