From ae9b4174334208b4f4c83b59bc5a49dcc7d13089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Mon, 26 Aug 2019 11:17:27 +0200 Subject: [PATCH] Update README.rst --- spec/test/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/test/README.rst b/spec/test/README.rst index eb9baf9..b5e2f02 100644 --- a/spec/test/README.rst +++ b/spec/test/README.rst @@ -51,7 +51,7 @@ You can customize some of the test behavior with the following environment variables: * `KAPOW_SERVER_CMD`: The full command line to start a non-interactive -listening kapow server. By default: `kapow server` + listening kapow server. By default: `kapow server` * `KAPOW_CONTROLAPI_URL`: URL of the Control API. By default: `http://localhost:8081` * `KAPOW_DATAAPI_URL`: URL of the Data API. By default: `http://localhost:8080` @@ -86,7 +86,7 @@ with the tag `@wip` and use `make wip` to run only your scenario/feature. 1. Paste the step definition template you just copied at the end of the -file `steps/steps.py`. + file `steps/steps.py`. 2. Run `make wip` to test that the step is triggered. You should see a `NotImplementedError` exception. 3. Implement your step.