yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #16090
[Bug 1305656] Re: test that inherit from BaseTestCase don't need to clean up the mock.patches
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1305656
Title:
test that inherit from BaseTestCase don't need to clean up the
mock.patches
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
In BaseTestCase a clean up is added to stop all patches :
self.addCleanup(mock.patch.stopall)
the tests that inherits from BaseTestCase don't need to stop their patches
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1305656/+subscriptions
References