ArchiveBox/tests/test_util.py
Nick Sweeting 6c769d831c
wip 2
2025-12-24 21:46:14 -08:00

6 lines
173 B
Python

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