oxrlib/tests/__init__.py

7 lines
122 B
Python
Raw Normal View History

2017-05-09 13:56:08 +00:00
import pathlib
TEST_DIR = pathlib.Path(__file__).parent
2017-05-09 14:32:23 +00:00
def relpath(*parts):
return TEST_DIR / pathlib.Path(*parts)