Files
python-ganttclient/nova/testing
Joe Gordon 18dc874d82 Actual fix for bug 931608.
-x --stop is a nose flag
Provide short term solution to deal with '--hide-elapsed'

Can be tested by adding a assertTrue(False) in a test and running
./run_tests.sh -x

Change-Id: I7357e7cdaa3d6370ed111d6209917a833d084db3
2012-02-17 13:49:35 -08:00
..
2012-02-17 13:49:35 -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