2021-02-15 18:29:27 -08:00

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"]