]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
tests: don't restore stopped mock that is set in setUp()
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 14 Jan 2015 15:22:52 +0000 (16:22 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 14 Jan 2015 15:22:52 +0000 (16:22 +0100)
commitbc2d612c48e447bf248b9ee885bdb462340234a6
tree43a56a19fa2169a3e21edeac3c92662523b4d1b8
parent2c94b10d741f3a9d96b548cc051850467468c8de
tests: don't restore stopped mock that is set in setUp()

setUp() will be called for each new test case, so there is no need to
explicitly restore the mock.

Change-Id: I92d41706df19d028269f074937343dd18aa140a0
neutron/tests/unit/test_dhcp_agent.py