nova/nova/testing
Joe Gordon 51e7bcf5f4 'except:' to 'except Exception:' as per HACKING
Change-Id: I6e372152946dc7b51a4d84d6f4b893774e7d1a1d
2011-12-27 12:07:06 -08:00
..
fake First steps towards consolidating testing infrastructure 2011-12-06 09:37:57 -08:00
__init__.py First steps towards consolidating testing infrastructure 2011-12-06 09:37:57 -08:00
README.rst First steps towards consolidating testing infrastructure 2011-12-06 09:37:57 -08:00
runner.py 'except:' to 'except Exception:' as per HACKING 2011-12-27 12:07:06 -08:00

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.

Note: the content for the rest of this file will be added as the work items in the following blueprint are completed: https://blueprints.launchpad.net/nova/+spec/consolidate-testing-infrastructure

Test Types: Unit vs. Functional vs. Integration

TBD

Writing Unit Tests

TBD

Using Fakes

TBD

Writing Functional Tests

TBD

Writing Integration Tests

TBD