Files
edx-platform/common/lib/conftest.py
2017-09-22 16:07:53 -04:00

9 lines
159 B
Python

from django.conf import settings
def pytest_configure():
"""
Use Django's default settings for tests in common/lib.
"""
settings.configure()