]> scripts.mit.edu Git - wizard.git/blob - wizard/tests/__init__.py
223b32c4de6380847c85f8363fc7be19e8ca5af4
[wizard.git] / wizard / tests / __init__.py
1 import os.path
2
3 def getTestFile(file):
4     return os.path.join(os.path.dirname(os.path.abspath(__file__)), file)
5