blob: c52a8cf688de368e276b5ea9c97c2bf811596e50 [file] [log] [blame]
import os.path
TESTING_DIR = os.path.abspath(os.path.dirname(__file__))
def get_resource_path(path):
return os.path.join(TESTING_DIR, 'resources', path)