1
0
Fork 0

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
1 changed files with 3 additions and 1 deletions

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: