1
0
Fork 0
mirror of synced 2024-06-25 17:40:50 +12:00
ArchiveBox/tests/test_util.py

5 lines
159 B
Python
Raw Normal View History

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