Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-28 06:59:54 -05:00
parent 95886bdd25
commit df39a9f34c
+1 -1
View File
@@ -60,7 +60,7 @@ def test_xpath():
assert 'no-js' in html.attrs['class']
a_hrefs = r.html.xpath('//a/@href')
print(a_hrefs)
assert '#site-map' in a_hrefs
def test_html_loading():