summaryrefslogtreecommitdiff
path: root/testenv/conf/local_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/conf/local_files.py')
-rw-r--r--testenv/conf/local_files.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/testenv/conf/local_files.py b/testenv/conf/local_files.py
index 1eb3e4e5..5f9c8fad 100644
--- a/testenv/conf/local_files.py
+++ b/testenv/conf/local_files.py
@@ -1,5 +1,11 @@
from conf import hook
+""" Pre-Test Hook: LocalFiles
+This is a pre-test hook used to generate the specific environment before a test
+is run. The LocalFiles hook creates the files which should exist on disk before
+invoking Wget.
+"""
+
@hook()
class LocalFiles: