lightning/tests/integrations_app/flagship/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
134 B
Python
Raw Normal View History

import os.path
from integrations_app import _PATH_TESTS_DIR
_PATH_INTEGRATIONS_DIR = os.path.join(_PATH_TESTS_DIR, "_flagship-app")