summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/testing/__init__.py0
-rw-r--r--nova/tests/README.rst (renamed from nova/testing/README.rst)10
2 files changed, 1 insertions, 9 deletions
diff --git a/nova/testing/__init__.py b/nova/testing/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/nova/testing/__init__.py
+++ /dev/null
diff --git a/nova/testing/README.rst b/nova/tests/README.rst
index 4c341b7ed..76b92258a 100644
--- a/nova/testing/README.rst
+++ b/nova/tests/README.rst
@@ -2,16 +2,8 @@
OpenStack Nova Testing Infrastructure
=====================================
-A note of clarification is in order, to help those who are new to testing in
-OpenStack nova:
-
-- actual unit tests are created in the "tests" directory;
-- the "testing" directory is used to house the infrastructure needed to support
- testing in OpenStack Nova.
-
This README file attempts to provide current and prospective contributors with
-everything they need to know in order to start creating unit tests and
-utilizing the convenience code provided in nova.testing.
+everything they need to know in order to start creating unit tests for nova.
Note: the content for the rest of this file will be added as the work items in
the following blueprint are completed: