File diff a1811663115e → d1ba2dbc6a33
tests/__init__.py
Show inline comments
...
 
@@ -2,5 +2,5 @@ import pathlib
 

	
 
TEST_DIR = pathlib.Path(__file__).parent
 

	
 
def relpath(path):
 
    return TEST_DIR / pathlib.Path(path)
 
def relpath(*parts):
 
    return TEST_DIR / pathlib.Path(*parts)