api: enable v2 tests on SQLAlchemy & HBase

And there's a lot of tests no passing that I let commanted to someone
can jump in and try to fix these drivers.

Change-Id: Ic81d69735f5c7b227f62ff566e43552fa03ffc50
This commit is contained in:
Julien Danjou
2013-06-21 10:34:53 +02:00
parent 28f41a4c2b
commit 3b9fcede72
18 changed files with 707 additions and 576 deletions

View File

@@ -61,6 +61,9 @@ class TestApp(base.TestCase):
class TestApiMiddleware(FunctionalTest):
# This doesn't really matter
database_connection = 'mongodb://__test__'
def test_json_parsable_error_middleware_404(self):
response = self.get_json('/invalid_path',
expect_errors=True,