From 819ccc8bc5ed222518e8b30824fc86da6dc0a06a Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 24 Jun 2022 12:57:53 +0100 Subject: [PATCH] tests: Add pointers to docs on running tests I forgot how to run functional tests despite having recently worked on documentation for this myself. Add a pointer to the docs for the test directories. Change-Id: I5f6ef29f4148b17227f44f4056afc7eb058cdc6b Signed-off-by: Stephen Finucane --- openstack/tests/README.rst | 7 +++++++ openstack/tests/functional/README.rst | 7 +++++++ openstack/tests/unit/README.rst | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 openstack/tests/README.rst create mode 100644 openstack/tests/functional/README.rst create mode 100644 openstack/tests/unit/README.rst diff --git a/openstack/tests/README.rst b/openstack/tests/README.rst new file mode 100644 index 000000000..388a40138 --- /dev/null +++ b/openstack/tests/README.rst @@ -0,0 +1,7 @@ +Tests for openstacksdk +====================== + +For information on how to run and extend these tests, refer to the `contributor +guide`__. + +.. __: https://docs.openstack.org/openstacksdk/latest/contributor/testing.html diff --git a/openstack/tests/functional/README.rst b/openstack/tests/functional/README.rst new file mode 100644 index 000000000..a9bbf05c0 --- /dev/null +++ b/openstack/tests/functional/README.rst @@ -0,0 +1,7 @@ +Unit Tests for openstacksdk +=========================== + +For information on how to run and extend these tests, refer to the `contributor +guide`__. + +.. __: https://docs.openstack.org/openstacksdk/latest/contributor/testing.html diff --git a/openstack/tests/unit/README.rst b/openstack/tests/unit/README.rst new file mode 100644 index 000000000..a9bbf05c0 --- /dev/null +++ b/openstack/tests/unit/README.rst @@ -0,0 +1,7 @@ +Unit Tests for openstacksdk +=========================== + +For information on how to run and extend these tests, refer to the `contributor +guide`__. + +.. __: https://docs.openstack.org/openstacksdk/latest/contributor/testing.html