blob: f23fafcc5bbe21e0b8eb6363f25d05bb24df9a7b [file] [log] [blame]
import os
def get_fixture(path):
"""
get model path
"""
dir_path = os.path.split(os.path.realpath(__file__))[0] + "/"
return os.path.abspath(dir_path + path)