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

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

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