pgAdmin 4 commit: Ensure feature tests use the TEST_SQLITE_PATH, not SQ

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure feature tests use the TEST_SQLITE_PATH, not SQ
Date: 2017-02-28 17:09:34
Message-ID: E1cilHK-0002vK-DZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure feature tests use the TEST_SQLITE_PATH, not SQLITE_PATH.

Branch
------
master

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

Modified Files
--------------
web/config.py | 9 +++++----
web/regression/feature_utils/app_starter.py | 7 +++++--
web/regression/test_utils.py | 8 ++++----
3 files changed, 14 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-28 17:09:42 Re: [patch] Use TEST_SQLITE_PATH for tests
Previous Message Dave Page 2017-02-28 17:02:06 pgAdmin 4 commit: Further fixes and cleanups to the Windows build scrip