doc: Update Testing document
The default tox target environments has been changed from Python 3.7 to 3.8 since I093085cf6e85a66f80559eba62f9edf684f5dbea. Update the 'Testing' document. Change-Id: I33b32eb1d88225ae7ad44cbae28edc5c5f9c4925
This commit is contained in:
parent
a132a63d82
commit
2c5c30ba01
@ -8,11 +8,11 @@ test targets that can be run to validate the code.
|
|||||||
``tox -e pep8``
|
``tox -e pep8``
|
||||||
Style guidelines enforcement.
|
Style guidelines enforcement.
|
||||||
|
|
||||||
``tox -e py37``
|
``tox -e py38``
|
||||||
Traditional unit testing (Python 3.7).
|
Traditional unit testing (Python 3.8).
|
||||||
|
|
||||||
``tox -e functional``
|
``tox -e functional``
|
||||||
Live functional testing against an existing OpenStack instance. (Python 3.7)
|
Live functional testing against an existing OpenStack instance. (Python 3.8)
|
||||||
|
|
||||||
``tox -e cover``
|
``tox -e cover``
|
||||||
Generate a coverage report on unit testing.
|
Generate a coverage report on unit testing.
|
||||||
|
Loading…
Reference in New Issue
Block a user