1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-08-16 09:10:47 +03:00

Add instructions for running pytests to DEVELOP.rts

This commit is contained in:
Anže Pečar 2016-06-02 15:30:34 -07:00
parent f912633d6d
commit c61a48d015

View File

@ -126,7 +126,8 @@ The rpm package can be installed as follows:
Running the integration tests
-----------------------------
Integration tests use `behave package http://pythonhosted.org/behave/`_.
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.
@ -146,6 +147,7 @@ After that, tests can be run with:
$ cd tests
$ behave
$ py.test
To see stdout/stderr, use the following command: