1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/testenv/test
Darshit Shah 03f8babefe Group common switches in test suite together
Some command line switches are passed to Wget unconditionally. These
switches should exist in a single place instead of being redundantly
defined in each test file. We add the following two switches by default
here:
1. --debug: This causes wget to be most verbose and output a lot of
   debugging information. Hence, if a test fails, the test log should
   provide valuable information.
2. --no-config: Users may have their own wgetrc files on the system.
   However, for the tests, we want Wget to run with vanilla settings.
   Hence, disbale loading any config files.
2014-08-04 19:51:35 +05:30
..
__init__.py Refactor the Python based test suite 2014-07-24 16:51:58 +05:30
base_test.py Group common switches in test suite together 2014-08-04 19:51:35 +05:30
http_test.py Refactor the Python based test suite 2014-07-24 16:51:58 +05:30