From: Manjeet Singh Bhatia Date: Wed, 13 Jan 2016 20:28:40 +0000 (+0000) Subject: Fix typo in test path in Testing.rst X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d32a405ed7daf8f6412c3135d4e1e635d0bb6379;p=openstack-build%2Fneutron-build.git Fix typo in test path in Testing.rst Change-Id: I8e9f250bb2f9d2781cfcaf7058fbc77ace42f063 --- diff --git a/TESTING.rst b/TESTING.rst index 198ae81ba..a790cca6b 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -78,7 +78,7 @@ Overlap between different test layers is often desirable and encouraged. Unit Tests ~~~~~~~~~~ -Unit tests (neutron/test/unit/) are meant to cover as much code as +Unit tests (neutron/tests/unit/) are meant to cover as much code as possible. They are designed to test the various pieces of the Neutron tree to make sure any new changes don't break existing functionality. Unit tests have no requirements nor make changes to the system they are running on. They use