Update Testing Guidelines

Change-Id: I4dacb5b74f6643c290304f095f224c3ac85f7889
This commit is contained in:
zhurong 2022-01-17 01:56:58 +00:00
parent 038274751f
commit bad8e8ae0e
1 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@ Unit tests are located at ``murano/tests``.
Murano's suite of unit tests can be executed in an isolated environment
with `Tox`_. To execute the unit tests run the following from the root of
Murano repo on Python 2.7:
Murano repo on Python 3.x:
::
tox -e py27
tox -e py3.x
Documentation Guidelines