8 lines
201 B
Python
Raw Normal View History

2021-02-11 12:53:44 -08:00
import sys
import os
# See https://stackoverflow.com/a/33515264.
sys.path.append(os.path.join(os.path.dirname(__file__), 'test_helpers'))
2021-02-11 16:00:29 -08:00
pytest_plugins = ["tests.integration.fixtures.sql_fixtures"]