blob: 8e468d60e87da1495084a1e0cc5330e33f52346c [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)