summaryrefslogtreecommitdiffstats
path: root/DEVELOP.rst
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2015-07-04 10:02:36 -0700
committerIryna Cherniavska <i.chernyavska@gmail.com>2015-07-04 10:02:36 -0700
commit09cae83eb8c4acf3a787b26f354d627440fc3a40 (patch)
tree33be3427c5544a9443781ceb32f1d76a3653c292 /DEVELOP.rst
parentde116beec973c3dbf8b5fd81d9cadf35a1fb20d9 (diff)
Updated readme about test user.
Diffstat (limited to 'DEVELOP.rst')
-rw-r--r--DEVELOP.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index ed50f8cc..39e932f0 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -130,9 +130,9 @@ Integration tests use `behave package http://pythonhosted.org/behave/`_.
Configuration settings for this package are provided via ``behave.ini`` file
in root directory.
-The database user ``pg_test_user`` has to have permissions to create and drop
-test database. Dafault user is ``postgres`` at ``localhost``, without the
-password (authentication mode ****).
+The database user (``pg_test_user = postgres`` in .ini file) has to have
+permissions to create and drop test database. Dafault user is ``postgres``
+at ``localhost``, without the password (authentication mode trust).
First, install the requirements for testing: