]> scripts.mit.edu Git - wizard.git/blob - wizard/tests/__init__.py
Remove string exception from remaster.
[wizard.git] / wizard / tests / __init__.py
1 import os.path
2
3 def getTestFile(file):
4     """
5     Returns the path to a testfile in this test directory.
6     """
7     return os.path.join(os.path.dirname(os.path.abspath(__file__)), file)
8