mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 18:10:11 +00:00
8 lines
201 B
Python
8 lines
201 B
Python
import sys
|
|
import os
|
|
|
|
# See https://stackoverflow.com/a/33515264.
|
|
sys.path.append(os.path.join(os.path.dirname(__file__), 'test_helpers'))
|
|
|
|
pytest_plugins = ["tests.integration.fixtures.sql_fixtures"]
|