mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 09:34:42 +00:00
cmdline param
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2594 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e3a049ee27
commit
a85ac68e16
1 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ class TestHttp (linkcheck.ftests.httptest.HttpServerTest):
|
|||
u"info Redirected to %s." % rurl,
|
||||
u"error",
|
||||
]
|
||||
self.direct(url, resultlines, recursionlevel=0)
|
||||
self.direct(url, resultlines, recursionlevel=0, cmdline=True)
|
||||
url = u"http://localhost:%d/linkcheck/ftests/data/redirect.html" % \
|
||||
self.port
|
||||
nurl = url
|
||||
|
|
@ -75,7 +75,7 @@ class TestHttp (linkcheck.ftests.httptest.HttpServerTest):
|
|||
u"name Recursive Redirect",
|
||||
u"valid",
|
||||
]
|
||||
self.direct(url, resultlines, recursionlevel=99)
|
||||
self.direct(url, resultlines, recursionlevel=99, cmdline=True)
|
||||
|
||||
def noproxyfor_test (self):
|
||||
"""
|
||||
|
|
@ -94,7 +94,7 @@ class TestHttp (linkcheck.ftests.httptest.HttpServerTest):
|
|||
u"valid",
|
||||
]
|
||||
self.direct(url, resultlines, recursionlevel=0,
|
||||
confargs=confargs)
|
||||
confargs=confargs, cmdline=True)
|
||||
del os.environ["http_proxy"]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue