Update functional test document

This patch updated functional document by adding how to enable
developers test a specified case.

Change-Id: Iaddb055d0187abcc54cb5861ee3afe592c97164f
Closes-Bug: #1514162
This commit is contained in:
Jay Lau 2015-11-08 05:41:44 -05:00
parent 49969317ca
commit 01087c8f52
1 changed files with 9 additions and 1 deletions

View File

@ -52,6 +52,14 @@ Install required packages::
Run the test
============
Run this command::
Test all functional cases::
tox -e functional -- --concurrency=1
Test specified functional case::
tox -e functional -- --concurrency=1 <test path>
The following is an example for test path::
magnum.tests.functional.api.v1.test_baymodel.BayModelTest.test_create_baymodel