]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't explicitly call .stop() on mock.patch objects
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 9 Jun 2014 12:21:05 +0000 (14:21 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 17 Jun 2014 19:56:24 +0000 (21:56 +0200)
commit9e6b0ad9c622d724f7428da758f5fd30ae5bb875
tree52fbe11f674fb4f20a5e43f2105f9a199935c3b4
parent469a1ca64b2c64fe270859ce927f0c0eba6ee8bd
Don't explicitly call .stop() on mock.patch objects

BaseTestCase already cleans up all mocks via .stopall(), so there is no
need to do it in each test case.

Change-Id: I7165ea9682a3dce3a76e90e309b763c939729d84
neutron/tests/unit/openvswitch/test_agent_scheduler.py