diff options
Diffstat (limited to 'testenv/conf/wget_commands.py')
-rw-r--r-- | testenv/conf/wget_commands.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testenv/conf/wget_commands.py b/testenv/conf/wget_commands.py index a326bb56..2b7522ec 100644 --- a/testenv/conf/wget_commands.py +++ b/testenv/conf/wget_commands.py @@ -1,5 +1,10 @@ from conf import hook +""" Pre-Test Hook: WgetCommands +This hook is used to specify the test specific switches that must be passed to +wget on invokation. Default switches are hard coded in the test suite itself. +""" + @hook() class WgetCommands: |