pgAdmin 4 commit: Test suite runner enhancements:

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Test suite runner enhancements:
Date: 2017-02-15 15:10:34
Message-ID: E1ce1E2-0004t8-CW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Test suite runner enhancements:

To chase down a set of tests that were failing together, we wanted to run
deeper trees of tests. We changed the behavior of the --pkg argument to
runtests.py so it runs tests under a package and its subpackages, instead
of for a single node.

It gave us more flexibility in what tests to run. This also includes the
--exclude option.

To run tests for a single node, ".tests" can be appended to the package path.

Tira & George.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b6486f3d426499607d21af754ce4c1ff4203b584
Author: Atira Odhner <aodhner(at)pivotal(dot)io>

Modified Files
--------------
web/pgadmin/utils/route.py | 30 +++++++++++-------------
web/regression/README | 20 ++++++++++++++--
web/regression/runtests.py | 22 +++++++++++++-----
web/regression/test_utils.py | 55 +++++++++++++-------------------------------
4 files changed, 63 insertions(+), 64 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-15 15:10:46 Re: [patch] change --pkg behavior
Previous Message Raffi Holzer 2017-02-15 14:39:44 Re: Autoformatting