pgAdmin 4 commit: Write a JSON file when regression tests run, listing

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Write a JSON file when regression tests run, listing
Date: 2017-04-06 08:33:32
Message-ID: E1cw2rE-0004r8-NM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Write a JSON file when regression tests run, listing results.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dd23f7147808783333f19726ead2c03b98115a08
Author: Navnath Gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>

Modified Files
--------------
.../connect_to_server_feature_test.py | 5 ++
.../feature_tests/table_ddl_feature_test.py | 6 ++
web/regression/.gitignore | 1 +
web/regression/python_test_utils/test_utils.py | 73 +++++++++++-----
web/regression/runtests.py | 97 ++++++++++++++++------
5 files changed, 138 insertions(+), 44 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-06 08:34:25 pgAdmin 4 commit: Use a more appropriate output file name.
Previous Message Dave Page 2017-04-06 08:10:14 Re: i18n GER, suggestions, questions