Merge pull request #1287 from jzelinskie/namespace-reponame

v2: send proper scopes for authorization failures
This commit is contained in:
Jimmy Zelinskie 2016-03-11 13:46:16 -05:00
commit ba2851c952
17 changed files with 369 additions and 334 deletions

View file

@ -1,11 +1,12 @@
import unittest
import endpoints.decorated
import json
import endpoints.decorated # Register the various exceptions via decorators.
from app import app
from initdb import setup_database_for_testing, finished_database_for_testing
from specs import build_v2_index_specs
from endpoints.v2 import v2_bp
from initdb import setup_database_for_testing, finished_database_for_testing
from test.specs import build_v2_index_specs
app.register_blueprint(v2_bp, url_prefix='/v2')