Fix typo in test path in Testing.rst

Change-Id: I8e9f250bb2f9d2781cfcaf7058fbc77ace42f063
This commit is contained in:
Manjeet Singh Bhatia 2016-01-13 20:28:40 +00:00
parent 6576b7061e
commit d32a405ed7

View File

@ -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