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