]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/tests/__init__.py
Fill out missing documentation.
[wizard.git] / wizard / tests / __init__.py
index 223b32c4de6380847c85f8363fc7be19e8ca5af4..98509f4989277ff35acca7349a1f1e05abff720e 100644 (file)
@@ -1,5 +1,8 @@
 import os.path
 
 def getTestFile(file):
+    """
+    Returns the path to a testfile in this test directory.
+    """
     return os.path.join(os.path.dirname(os.path.abspath(__file__)), file)