mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-20 16:00:26 +00:00
moved ftests
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2954 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4cf6f29afe
commit
ee2d4e6ead
2 changed files with 3 additions and 3 deletions
|
|
@ -35,9 +35,9 @@ include doc/en/*.css doc/en/*.1 doc/en/Makefile
|
|||
include doc/de/*.1
|
||||
include doc/fr/*.1
|
||||
include doc/Makefile doc/rest2htmlnav
|
||||
recursive-include linkcheck/ftests/data *.txt *.html *.result *.asc *.css *.ico
|
||||
recursive-include linkcheck/checker/tests/data *.txt *.html *.result *.asc *.css *.ico
|
||||
include linkcheck/tests/*.py
|
||||
include linkcheck/ftests/*.py
|
||||
include linkcheck/checker/tests/*.py
|
||||
include linkcheck/dns/tests/*.py
|
||||
include linkcheck/dns/tests/example*
|
||||
include hase.bmp
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ class TestUrlBuild (unittest.TestCase):
|
|||
"""
|
||||
|
||||
def test_http_build (self):
|
||||
parent_url = "http://localhost:8001/linkcheck/ftests/data/http.html"
|
||||
parent_url = "http://localhost:8001/linkcheck/checker/tests/data/http.html"
|
||||
base_url = "http://"
|
||||
recursion_level = 0
|
||||
consumer = get_test_consumer()
|
||||
|
|
|
|||
Loading…
Reference in a new issue