Files
python-ganttclient/nova
Clark Boylan 5867835a84 Patch fake_libvirt_utils with fixtures.MonkeyPatch
If tests are not run in the default order nosetests runs them in it
is possible that the monkey patching of fake_libvirt utils is not
properly cleaned up. Use fixtures.MonkeyPatch to monkey patch
fake_libvirt_utils in test setUp ensuring the monkey patching is
reverted properly after each test.

Part of blueprint grizzly-testtools

Change-Id: Ie691cbc777c01fa8a5affa3271f36776ea9648b9
2012-11-30 13:43:49 -08:00
..