Merge the Python 2 & 3 requirements files, and break out test requirements into a separate file.

This commit is contained in:
Dave Page
2017-02-26 09:06:17 +00:00
parent 2f69916372
commit 1e5de7e66e
7 changed files with 26 additions and 60 deletions

View File

@@ -12,6 +12,16 @@ Assumptions
- Currently each module will have testcases related to ONLY GET, POST, PUT,
and DELETE apis.
Environment
-----------
Regression tests should be run in a Python environment that has all the
pre-requisite packages installed from $PGADMIN4_SRC/requirements.txt. There
are some additional dependencies for running the test suite; these can be
installed with:
(pgadmin4) $ pip install -r $PGADMIN4_SRC/web/regression/requirements.txt
General Information
-------------------