summaryrefslogtreecommitdiffstats
path: root/DEVELOP.rst
diff options
context:
space:
mode:
authorLele Gaifax <lele@metapensiero.it>2016-10-15 13:18:11 +0200
committerLele Gaifax <lele@metapensiero.it>2016-10-15 13:18:11 +0200
commit47d39660b627147be2fbc9fa6d7f33f2c24dfa16 (patch)
tree04e149631e607cf10760b244a30d530253272c0c /DEVELOP.rst
parent12c268c13b848ba3a2408b05e4371c300a7d457e (diff)
Fix the position of the behave.ini file
Diffstat (limited to 'DEVELOP.rst')
-rw-r--r--DEVELOP.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index 1ddb2b1b..0c4dedf3 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -129,7 +129,7 @@ Running the integration tests
Integration tests use `behave package http://pythonhosted.org/behave/`_ and
pytest.
Configuration settings for this package are provided via ``behave.ini`` file
-in root directory.
+in the ``tests`` directory.
The database user (``pg_test_user = postgres`` in .ini file) has to have
permissions to create and drop test database. Default user is ``postgres``