summaryrefslogtreecommitdiffhomepage
path: root/tests/util.py
blob: bde9fa8850e8d01100bb3eb44176ed08c3d3c311 (plain)
1
2
3
4
5
6
7
import os

root_path = os.path.dirname(os.path.realpath(__file__))

def _support(filename):
    return os.path.join(root_path, filename)