summaryrefslogtreecommitdiffstats
path: root/DEVELOP.rst
diff options
context:
space:
mode:
authorAnže Pečar <ensmotko@gmail.com>2016-06-02 15:30:34 -0700
committerAnže Pečar <ensmotko@gmail.com>2016-06-02 15:30:34 -0700
commitc61a48d015958cea5551a76456a5f2e2c92a962c (patch)
treed9f2a93fb9f82441fd43f97dab1a39f56a6cbedc /DEVELOP.rst
parentf912633d6ded6ed563f8b8ba88525839afa20031 (diff)
Add instructions for running pytests to DEVELOP.rts
Diffstat (limited to 'DEVELOP.rst')
-rw-r--r--DEVELOP.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index b0c97f49..1ddb2b1b 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -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: