]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix formatting errors in TESTING.rst
authorarmando-migliaccio <armamig@gmail.com>
Tue, 14 Apr 2015 21:41:45 +0000 (14:41 -0700)
committerHenry Gessau <gessau@cisco.com>
Tue, 14 Apr 2015 23:09:36 +0000 (23:09 +0000)
There were a few errors that went undetected.

TESTING.rst:266: SEVERE: Title level inconsistent:
TESTING.rst:67: ERROR: Unknown target name: "test".
TESTING.rst:74: ERROR: Unknown target name: "test".

Change-Id: Iad225e95c23b7460d228ba5447f4a361aa68d5dc

TESTING.rst

index f6ea4084419d3f467975f4115f3dc7203b5371c0..27289b191d15e792bc207cf1355e0cd3c4e917ea 100644 (file)
@@ -66,12 +66,12 @@ code tree, e.g. ::
 
 Unit test modules should have the same path under neutron/tests/unit/
 as the module they target has under neutron/, and their name should be
-the name of the target module prefixed by 'test_'.  This requirement
+the name of the target module prefixed by `test_`.  This requirement
 is intended to make it easier for developers to find the unit tests
 for a given module.
 
 Similarly, when a test module targets a package, that module's name
-should be the name of the package prefixed by 'test_' with the same
+should be the name of the package prefixed by `test_` with the same
 path as when a test targets a module, e.g. ::
 
  - target package: neutron.ipam
@@ -264,7 +264,7 @@ TEMPEST_CONFIG_DIR before invoking tox: ::
 
 
 Running individual tests
-~~~~~~~~~~~~~~~~~~~~~~~~
+------------------------
 
 For running individual test modules or cases, you just need to pass
 the dot-separated path to the module you want as an argument to it.