diff options
Diffstat (limited to 'testenv/test/http_test.py')
-rw-r--r-- | testenv/test/http_test.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testenv/test/http_test.py b/testenv/test/http_test.py index fe2254de..230eff8e 100644 --- a/testenv/test/http_test.py +++ b/testenv/test/http_test.py @@ -7,9 +7,10 @@ class HTTPTest(BaseTest): """ Class for HTTP Tests. """ - # Temp Notes: It is expected that when pre-hook functions are executed, only an empty test-dir exists. - # pre-hook functions are executed just prior to the call to Wget is made. - # post-hook functions will be executed immediately after the call to Wget returns. + # Temp Notes: It is expected that when pre-hook functions are executed, + # only an empty test-dir exists. pre-hook functions are executed just prior + # to the call to Wget is made. post-hook functions will be executed + # immediately after the call to Wget returns. def __init__(self, name="Unnamed Test", |