🚀 Feature
it may easily happen that some external links are not valid anymore so we shall test them all...
Motivation
detect broken links in the process
Alternatives
load the URLs via bs4? (a web scraping tool)
assert that the text you get back contains an expected string?
Additional context