From bad8e8ae0edab619d9ed6769634d9a70d2eb3458 Mon Sep 17 00:00:00 2001 From: zhurong Date: Mon, 17 Jan 2022 01:56:58 +0000 Subject: [PATCH] Update Testing Guidelines Change-Id: I4dacb5b74f6643c290304f095f224c3ac85f7889 --- doc/source/reference/appendix/articles/guidelines.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/reference/appendix/articles/guidelines.rst b/doc/source/reference/appendix/articles/guidelines.rst index 2f4ff4b7e..1e497b3e7 100644 --- a/doc/source/reference/appendix/articles/guidelines.rst +++ b/doc/source/reference/appendix/articles/guidelines.rst @@ -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