]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Replace mox in unit tests with mock
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Sun, 27 Oct 2013 13:42:12 +0000 (22:42 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Mon, 18 Nov 2013 13:17:14 +0000 (22:17 +0900)
commit11bd2dcdb92327af3de2a61cc9af9ffe69f9b6a3
treeec18b30a7345e2629ee0d92c6761f73a6432a95b
parentbc18247313f8153875e98b59ef876b896d9033d5
Replace mox in unit tests with mock

blueprint remove-mox

Removing mox from test-requirements.txt will be done in another patch
because stubout module is a part of mox and it is used in several modules.

Change-Id: I9370e8da815d2234a032a8875da73a86d4126d46
neutron/tests/tools.py [new file with mode: 0644]
neutron/tests/unit/metaplugin/test_metaplugin.py
neutron/tests/unit/nec/test_pfc_driver.py
neutron/tests/unit/nec/test_trema_driver.py
neutron/tests/unit/openvswitch/test_ovs_lib.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py
neutron/tests/unit/test_iptables_manager.py
neutron/tests/unit/test_security_groups_rpc.py