pgAdmin 4 commit: Add regression tests for Foreignb Tables.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add regression tests for Foreignb Tables.
Date: 2016-10-13 13:57:21
Message-ID: E1bugVd-0003Ah-1S@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add regression tests for Foreignb Tables.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=540c389d92d4d9b4910fab68f6b44a8b9e8f2786
Author: Priyanka Shendge <priyanka(dot)shendge(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/foreign_tables/tests/__init__.py | 16 ++++
.../foreign_tables/tests/test_foreign_table_add.py | 100 +++++++++++++++++++++
.../tests/test_foreign_table_delete.py | 90 +++++++++++++++++++
.../foreign_tables/tests/test_foreign_table_get.py | 84 +++++++++++++++++
.../foreign_tables/tests/test_foreign_table_put.py | 98 ++++++++++++++++++++
.../schemas/foreign_tables/tests/utils.py | 81 +++++++++++++++++
6 files changed, 469 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-13 13:59:43 pgAdmin 4 commit: Ignore patches and autosave files from QT Creator
Previous Message Dave Page 2016-10-13 13:54:40 Re: FTS nodes (Configuration, Dictionaries, Parser, Templates) patch