text2sql / tests /data.py
ns-devel
Text2SQL app
38171fa
raw
history blame contribute delete
231 Bytes
import os
import json
from django.conf import settings
def get_mflist_data():
with open(
os.path.join(settings.BASE_DIR, "tests/data/morningstar_mf_list.json")
) as f:
data = json.load(f)
return data