From cc904070cc19a050002805bb6809d778677c17fb Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Tue, 14 Apr 2015 14:41:45 -0700 Subject: [PATCH] Fix formatting errors in TESTING.rst 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TESTING.rst b/TESTING.rst index f6ea40844..27289b191 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -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. -- 2.45.2