neutron/neutron/tests/unit/api
Kevin Benton 3a871a73b8 Fix failures introduced by the new version of mock
This reverts commit 1b60df85ba.

The new version of mock is now released which has the fix to
make mock.patch.stopall behave deterministically. The code to
stop double-mocking is no longer required.

Other fixes:

'assert_has_calls' that have changed behavior in the new version
(no longer accepts single calls).

Calls to non-existent assert methods that did not exist and were
silently passing.

Use of autospec on a class with decorated functions.

Closes-Bug: #1473369
Change-Id: I164a9af2a7f9ac0f0229ec3c5071f7a470445c98
2015-07-09 17:54:32 -07:00
..
rpc Fix failures introduced by the new version of mock 2015-07-09 17:54:32 -07:00
v2 Merge "Switch to oslo_utils.uuidutils" 2015-06-25 22:53:39 +00:00
__init__.py Send DHCP notifications regardless of agent status 2013-12-19 07:08:19 +00:00
test_api_common.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_extensions.py Merge "Use string exception casting everywhere" 2015-06-24 19:54:18 +00:00