# HG changeset patch # User lisaq # Date 2016-06-30 11:55:57 # Node ID e05c98c5c814e6ddce0b6d6517f68a3590411738 # Parent 85646c2933b12a4f13cd5efe131a6571cffff485 docs: updating location of ac tests diff --git a/docs/contributing/standards.rst b/docs/contributing/standards.rst --- a/docs/contributing/standards.rst +++ b/docs/contributing/standards.rst @@ -95,7 +95,7 @@ Also known as "ac tests", these test fro 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.