Functional tests shouldn't inherit from Isolate IsolatedUnitTest
Bug #1186291 reported by
Flavio Percoco
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
High
|
Flavio Percoco |
Bug Description
There are some functional tests depending on IsolatedUnitTest which doesn't make much sense. For example:
https:/
The issue with this - besides making functional tests inherit from a Unit oriented TestCase - is that IsolatedUnitTests stubs some classes which makes it impossible to write functional tests depending on those classes.
Changed in glance: | |
importance: | Undecided → High |
milestone: | none → havana-2 |
Changed in glance: | |
status: | Fix Committed → Fix Released |
Changed in glance: | |
milestone: | havana-2 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/31232
Review: https:/