neutron/neutron/tests/unit/ryu
Jakub Libosvar 1a116d24a9 Fix H302 violations in plugins package
H302 violation is reported by flake8 when importing separated objects from
modules instead of importing the whole module.
e.g.   from package.module import function
       function()
is changed to
       from package import module
       module.function()

Change-Id: I83372124f4fba7b94bbfb4a56a0c0ef779ee237f
Partial-Bug: #1291032
2014-05-04 12:40:05 +02:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
fake_ryu.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_defaults.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ryu_agent.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
test_ryu_db.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_ryu_plugin.py Mocking ryu plugin notifier in ryu plugin test 2013-11-27 21:02:23 +09:00
test_ryu_security_group.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00