]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix help for running specified unit tests
authorIvan Kolodyazhny <e0ne@e0ne.info>
Fri, 5 Sep 2014 09:39:03 +0000 (12:39 +0300)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Fri, 5 Sep 2014 09:39:03 +0000 (12:39 +0300)
Change-Id: I385fcf88ae6a2e839c99ef13cd4f410ce3c0ee5f

doc/source/devref/unit_tests.rst

index 8f41c65596b42864ce5d4cf6a14628b99e31568a..62c28d6b4386023624212e8d44d195a65ece82a3 100644 (file)
@@ -66,12 +66,12 @@ To run the tests in the ``cinder/tests/test_libvirt.py`` file::
 To run the tests in the `HostStateTestCase` class in
 ``cinder/tests/test_libvirt.py``::
 
-    ./run_tests.sh test_libvirt:HostStateTestCase
+    ./run_tests.sh test_libvirt.HostStateTestCase
 
 To run the `ToPrimitiveTestCase.test_dict` test method in
 ``cinder/tests/test_utils.py``::
 
-    ./run_tests.sh test_utils:ToPrimitiveTestCase.test_dict
+    ./run_tests.sh test_utils.ToPrimitiveTestCase.test_dict
 
 
 Suppressing logging output when tests fail