]> scripts.mit.edu Git - wizard.git/blob - wizard/tests/__init__.py
Test if math directory exists, to future proof 1.18.0.
[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