1
0
Fork 0
mirror of synced 2024-06-16 17:35:15 +12:00
ArchiveBox/tests/test_util.py
2020-07-03 12:54:21 -05:00

5 lines
159 B
Python

from archivebox import util
def test_download_url_downloads_content():
text = util.download_url("https://example.com")
assert "Example Domain" in text