neutron/neutron/tests/api
Maru Newby 37aec6d507 Switch to using abc in the retargetable client
abc is preferable to raising NotImplementedError because it will
prevent instantiation of a subclass that doesn't implement the
required methods rather than failing only when a missing method is
called.

Change-Id: I1043eefde675dd3b653d5b508be22cfd52d2fe8f
Implements: bp retargetable-functional-testing
2015-01-20 02:23:48 +00:00
..
__init__.py Add support for retargetable functional api testing 2015-01-06 02:37:59 +00:00
base_v2.py Switch to using abc in the retargetable client 2015-01-20 02:23:48 +00:00
test_v2_rest.py Add support for retargetable functional api testing 2015-01-06 02:37:59 +00:00