From 92f9639e8d63b9c6d51f73efac347f58dff4982c Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Sun, 4 Jun 2023 20:48:31 -0700 Subject: [PATCH] Update Unit Test README Change-Id: If6ac155efed0d26054c09a71f293c4dfaf5e187a --- README.rst | 6 +++--- designate/tests/unit/README | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 55f411b6f..d1592003b 100644 --- a/README.rst +++ b/README.rst @@ -70,19 +70,19 @@ Execute all unit tests .. code-block:: shell - tox -e py36 + tox -e py3 Execute only backend tests .. code-block:: shell - tox -e py36 -- unit.backend + tox -e py3 -- unit.backend Execute only a single test .. code-block:: shell - tox -e py36 -- unit.backend.test_pdns4.PDNS4BackendTestCase.test_create_zone_success + tox -e py3 -- unit.backend.test_pdns4.PDNS4BackendTestCase.test_create_zone_success Contributing ------------ diff --git a/designate/tests/unit/README b/designate/tests/unit/README index 35a1ece86..aca7f5691 100644 --- a/designate/tests/unit/README +++ b/designate/tests/unit/README @@ -2,5 +2,5 @@ This directory contains pure unit tests. Examples: -tox -e py27 -- tests.unit -tox -e py37 -- tests.unit.backend \ No newline at end of file +tox -e py3 -- tests.unit +tox -e py3 -- tests.unit.backend \ No newline at end of file