mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-26 10:50:22 +00:00
add cmdline arg to get_url
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2591 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
1ec0c53c91
commit
153ea4fa06
1 changed files with 2 additions and 1 deletions
|
|
@ -183,7 +183,8 @@ class StandardTest (unittest.TestCase):
|
|||
if fields is not None:
|
||||
logargs['fields'] = fields
|
||||
consumer = get_test_consumer(confargs, logargs)
|
||||
url_data = linkcheck.checker.get_url_from(url, 0, consumer)
|
||||
url_data = linkcheck.checker.get_url_from(
|
||||
url, 0, consumer, cmdline=False)
|
||||
consumer.append_url(url_data)
|
||||
linkcheck.checker.check_urls(consumer)
|
||||
if consumer.config['logger'].diff:
|
||||
|
|
|
|||
Loading…
Reference in a new issue