1
0
Fork 0

Fix the position of the behave.ini file

This commit is contained in:
Lele Gaifax 2016-10-15 13:18:11 +02:00
parent 12c268c13b
commit 47d39660b6
1 changed files with 1 additions and 1 deletions

View File

@ -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``