Merge "[docs] Fix small typo in docs about automated tests"

This commit is contained in:
Jenkins 2016-05-23 14:12:56 +00:00 committed by Gerrit Code Review
commit 0355244123
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ All tests are kept in *sanity_check.py* and divided into 10 test suites:
To specify which tests/suite to run, pass test/suite names on the command line:
* to run all tests: ``nosetests sanity_check.p``
* to run all tests: ``nosetests sanity_check.py``
* to run a single suite: ``nosetests sanity_check.py:<test suite name>``
* to run a single test: ``nosetests sanity_check.py:<test suite name>.<test name>``