neutron/neutron/tests/unit
Adrien Vergé 422588e133 Get completely rid of contextlib.nested
`contextlib.nested` is deprecated since Python 2.7 and incompatible with
Python 3. This patch removes all its occurences by using the helper
script at [1].

This is a necessary step to allow us running all unit tests with
Python 3 (not just a small subset as it is done now).

[1]: https://github.com/adrienverge/context_unnester

Change-Id: I8d1de09ff38ed0af9fb56f423a2c43476408e0fb
Blueprint: neutron-python3
Closes-Bug: #1428424
2015-05-29 23:18:46 +02:00
..
agent Merge "Sort _get_new/deleted_set_ips responses in unittests" 2015-05-29 21:00:29 +00:00
api Fix indentation errors in tests 2015-05-29 23:17:51 +02:00
callbacks Add weak reference test for callback manager 2015-04-23 06:55:03 -07:00
cmd Remove use of contextlib.nested 2015-05-06 04:43:01 -07:00
common IPAM reference driver 2015-05-19 09:44:11 -07:00
db Get completely rid of contextlib.nested 2015-05-29 23:18:46 +02:00
debug Reorganize unit test tree 2015-04-06 23:28:31 +00:00
extensions Get completely rid of contextlib.nested 2015-05-29 23:18:46 +02:00
hacking Merge "Fix dhcp _test_sync_state_helper asserting calls wrong" 2015-05-29 17:43:40 +00:00
ipam IPAM reference driver 2015-05-19 09:44:11 -07:00
notifiers Reorganize unit test tree 2015-04-06 23:28:31 +00:00
plugins Get completely rid of contextlib.nested 2015-05-29 23:18:46 +02:00
scheduler Get completely rid of contextlib.nested 2015-05-29 23:18:46 +02:00
services Do not assume order of get_sync_data_metering response elements 2015-05-27 08:37:20 +02:00
tests Python 3: Use six.moves.range 2015-05-19 17:32:17 +02:00
__init__.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
_test_extension_portbindings.py Allow users to run 'tox -epy34' 2015-05-11 16:09:51 +02:00
database_stubs.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
dummy_plugin.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
extension_stubs.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_auth.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
test_context.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_ipam.py IPAM reference driver 2015-05-19 09:44:11 -07:00
test_manager.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_policy.py Allow users to run 'tox -epy34' 2015-05-11 16:09:51 +02:00
test_wsgi.py Allow users to run 'tox -epy34' 2015-05-11 16:09:51 +02:00
testlib_api.py Simplify retargetable test framework 2015-03-31 20:13:04 +00:00