Improve code coverage and API test cases for Schemas. Fixes #5327

This commit is contained in:
Satish V
2020-08-03 12:38:38 +05:30
committed by Akshay Joshi
parent 32d904058a
commit 318d712c4f
13 changed files with 821 additions and 82 deletions

View File

@@ -16,6 +16,7 @@ Housekeeping
************
| `Issue #5324 <https://redmine.postgresql.org/issues/5324>`_ - Improve code coverage and API test cases for Foreign Servers and User Mappings.
| `Issue #5327 <https://redmine.postgresql.org/issues/5327>`_ - Improve code coverage and API test cases for Schemas.
| `Issue #5336 <https://redmine.postgresql.org/issues/5336>`_ - Improve code coverage and API test cases for Types.
| `Issue #5700 <https://redmine.postgresql.org/issues/5700>`_ - Remove old Python 2 compatibility code.