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

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

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