Skip to content
Snippets Groups Projects
Commit 4ca86069 authored by Chris Pastl's avatar Chris Pastl
Browse files

fix module path containing BaseTestCase

parent d8914270
No related branches found
No related tags found
1 merge request!7Commit the OpenAPI generated tests into "./tests" and make them run successfully #24
......@@ -22,7 +22,7 @@ from __future__ import absolute_import
from flask import json
from aura_engine_api.rest.models.clock_info import ClockInfo # noqa: E501
from aura_engine_api.rest.test import BaseTestCase
from tests import BaseTestCase
class TestInternalController(BaseTestCase):
......
......@@ -20,7 +20,7 @@
from __future__ import absolute_import
# from aura_engine_api.rest.models.track import Track # noqa: E501
from aura_engine_api.rest.test import BaseTestCase
from tests import BaseTestCase
# from flask import json
# from six import BytesIO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment