1
0
Fork 0
archivebox/tests/test_util.py

5 lines
159 B
Python
Raw Normal View History

2020-07-03 12:54:21 -05:00
from archivebox import util
def test_download_url_downloads_content():
text = util.download_url("https://example.com")
assert "Example Domain" in text