From 19a3c464ebb79b4320e7a0678debde70fc4e894e Mon Sep 17 00:00:00 2001 From: lisaq Date: Thu, 30 Jun 2016 13:55:57 +0200 Subject: [PATCH] docs: updating location of ac tests --- docs/contributing/standards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/standards.rst b/docs/contributing/standards.rst index 2fd567bf..b15250c2 100644 --- a/docs/contributing/standards.rst +++ b/docs/contributing/standards.rst @@ -95,7 +95,7 @@ Also known as "ac tests", these test from the user and business perspective to check if the requirements of a feature are met. Scenarios are created at a feature's inception and help to define its value. -py.test is used for ac tests; they are located in a folder separate from the +py.test is used for ac tests; they are located in a repo separate from the other tests which follow. Each feature has a .feature file which contains a brief description and the scenarios to be tested.