From d32a405ed7daf8f6412c3135d4e1e635d0bb6379 Mon Sep 17 00:00:00 2001 From: Manjeet Singh Bhatia Date: Wed, 13 Jan 2016 20:28:40 +0000 Subject: [PATCH] Fix typo in test path in Testing.rst Change-Id: I8e9f250bb2f9d2781cfcaf7058fbc77ace42f063 --- TESTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.rst b/TESTING.rst index 198ae81ba0a..a790cca6b3f 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