Merge "Document how to run a single functional test"
This commit is contained in:
@@ -90,6 +90,11 @@ For example, this command would run the functional tests using policy
|
|||||||
|
|
||||||
SWIFT_TEST_POLICY=silver tox -e func
|
SWIFT_TEST_POLICY=silver tox -e func
|
||||||
|
|
||||||
|
To run a single functional test, use the ``--no-discover`` option together with
|
||||||
|
a path to a specific test method, for example::
|
||||||
|
|
||||||
|
tox -e func -- --no-discover test.functional.tests.TestFile.testCopy
|
||||||
|
|
||||||
|
|
||||||
In-process functional testing
|
In-process functional testing
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user