From c61a48d015958cea5551a76456a5f2e2c92a962c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Pe=C4=8Dar?= Date: Thu, 2 Jun 2016 15:30:34 -0700 Subject: [PATCH] Add instructions for running pytests to DEVELOP.rts --- DEVELOP.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: