summaryrefslogtreecommitdiff
path: root/service/README.md
diff options
context:
space:
mode:
authorkaeff <hi@kaeff.net>2015-08-13 10:15:15 +0200
committerkaeff <hi@kaeff.net>2015-08-17 12:43:06 +0200
commit2506629631a64f7c7851e648a74159f6ea2a44f8 (patch)
tree8d2bb0b511c60b70572cdcbb8176a07734398ffc /service/README.md
parent2ceab54b474ed3938d74f40bbd8eaeec5ffee4e9 (diff)
Describe in README how to run a single functional test
Diffstat (limited to 'service/README.md')
-rw-r--r--service/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/service/README.md b/service/README.md
index 9da458f2..da1b334f 100644
--- a/service/README.md
+++ b/service/README.md
@@ -60,3 +60,13 @@ pixelated-user-agent
```
pixelated-user-agent --config=<config_file_path>
```
+
+Run a single unit or integration test
+```
+trial
+```
+Run a single functional test
+
+```
+behave test/functional/features/name_of_feature.feature
+```