pgAdmin 4 commit: Rename the top level feature tests directory for cons

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Rename the top level feature tests directory for cons
Date: 2017-03-02 11:09:10
Message-ID: E1cjObe-0002BJ-FD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Rename the top level feature tests directory for consistency with other test directories

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9288d69b62413423544acef60f42e4b73a8114e7

Modified Files
--------------
web/pgadmin/feature_tests/__init__.py | 0
.../connect_to_server_feature_test.py | 75 ----------------------
.../template_selection_feature_test.py | 51 ---------------
web/pgadmin/tests/__init__.py | 0
.../tests/connect_to_server_feature_test.py | 75 ++++++++++++++++++++++
.../tests/template_selection_feature_test.py | 51 +++++++++++++++
6 files changed, 126 insertions(+), 126 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-02 11:23:51 pgAdmin 4 commit: Revert "Rename the top level feature tests directory
Previous Message Dave Page 2017-03-02 10:15:31 Re: [patch] Test dependencies and screenshots