Merge pull request #26261 from nmadhok/doc-fix-2015.5

Correct spelling of integration in docs
This commit is contained in:
Nicole Thomas 2015-08-12 12:14:47 -06:00
commit 74b70c37b7

View file

@ -43,7 +43,7 @@ specific groups of tests or individual tests:
* Run unit and integration tests for states: ``./tests/runtests.py --state``
* Run integration tests for an individual module: ``./tests/runtests.py -n integration.modules.virt``
* Run unit tests for an individual module: ``./tests/runtests.py -n unit.modules.virt_test``
* Run an individual test by using the class and test name (this example is for the ``test_default_kvm_profile`` test in the ``integration.module.virt``): ``./tests/runtests.py -n ingtegration.module.virt.VirtTest.test_default_kvm_profile``
* Run an individual test by using the class and test name (this example is for the ``test_default_kvm_profile`` test in the ``integration.module.virt``): ``./tests/runtests.py -n integration.module.virt.VirtTest.test_default_kvm_profile``
Running Unit Tests Without Integration Test Daemons