We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f0da1c + db90d7c commit 99d6f9dCopy full SHA for 99d6f9d
tests/test_views.py
@@ -16,7 +16,7 @@ class ProjectTestCase(unittest.TestCase):
16
17
def setUp(self):
18
os.environ[CONFIGMAP_FILE_ENVIRONMENT] = os.path.join(self.BASE_DIR, "config-tests.yml")
19
- ms = MyMicroservice(service="ms", path=os.path.dirname(__file__))
+ ms = MyMicroservice(service="ms", path=os.path.join(os.path.dirname(os.path.dirname(__file__)), "project", "test_views.py"))
20
self.app = ms.create_app()
21
self.base_url = self.app.config["APPLICATION_ROOT"]
22
self.client = self.app.test_client()
0 commit comments