mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 20:20:30 +00:00
prepare filenames as URLs
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3266 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
37615dba02
commit
608f8ba1c3
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class TestFile (linkcheck.checker.tests.LinkCheckTest):
|
|||
"""
|
||||
Test some direct file links.
|
||||
"""
|
||||
attrs = {'curdir': os.getcwd(),
|
||||
attrs = {'curdir': linkcheck.checker.tests.get_file_url(os.getcwd()),
|
||||
'datadir': 'linkcheck/checker/tests/data',
|
||||
}
|
||||
# good file
|
||||
|
|
|
|||
Loading…
Reference in a new issue