File diff 000000000000 → a1811663115e
tests/__init__.py
Show inline comments
 
new file 100644
 
import pathlib
 

	
 
TEST_DIR = pathlib.Path(__file__).parent
 

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