From 2506629631a64f7c7851e648a74159f6ea2a44f8 Mon Sep 17 00:00:00 2001 From: kaeff Date: Thu, 13 Aug 2015 10:15:15 +0200 Subject: Describe in README how to run a single functional test --- service/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'service/README.md') 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= ``` + +Run a single unit or integration test +``` +trial +``` +Run a single functional test + +``` +behave test/functional/features/name_of_feature.feature +``` -- cgit v1.2.3