mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 14:50:20 +00:00
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user