Document the necessitity to keep tools/*-requires up to date and add
missing dependency.
Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
import sqlalchemy.orm
from sqlalchemy.exc import DisconnectionError
-import nova.exception
from heat.openstack.common import cfg
from heat.db import api as db_api
either slow, normal, or fast. Following this convention allows for finer
granular testing without having to find the specific tests to run.
+If new dependencies are introduced upon the development of a test, the
+tools/test-requires file needs to be updated so that the virtual
+environment will be able to successfully execute all tests.
+
Running the tests
-----------------
+# this file lists all the dependencies needed for running heat
+
# The greenlet package must be compiled with gcc and needs
# the Python.h headers. Make sure you install the python-dev
# package to get the right headers...
-# Packages needed for dev testing
+# this file lists dependencies required for the testing of heat
distribute>=0.6.24
coverage
nosexcover
openstack.nose_plugin
pep8==0.6.1
+python-mox