~0x44/nova/bug838466

« back to all changes in this revision

Viewing changes to nova/tests/integrated/__init__.py

  • Committer: Trey Morris
  • Date: 2011-06-30 19:20:59 UTC
  • mfrom: (1236 nova)
  • mto: This revision was merged to the branch mainline in revision 1237.
  • Revision ID: trey.morris@rackspace.com-20110630192059-pi1p516i50t8pc06
trunk merge with migration renumbering

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
:mod:`integrated` -- Tests whole systems, using mock services where needed
19
19
=================================
20
20
"""
 
21
# NOTE(vish): this forces the fixtures from tests/__init.py:setup() to work
 
22
from nova.tests import *