Fix help for running specified unit tests
Change-Id: I385fcf88ae6a2e839c99ef13cd4f410ce3c0ee5f
This commit is contained in:
parent
2664da2467
commit
8d4e09d630
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user