mirror of
https://gitlab.com/gnuwget/wget.git
synced 2025-08-20 16:14:31 +00:00
Documentation and code cleanup in test suite
Add (lots) of documentation for various parts of the test suite in the form of Python docstrings. Also, clean up some of the redundant code and fix indentation issues.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user