Subject: | wish: find_links_ok() |
Here's the rationale for adding find_links() when follow_links_ok() might seem better:
Sometimes the scope of a test script is to make sure that a single page has been created is OK. Testing outgoing links is beyond the scope of the test.
These links will testing as /incoming/ links by a test script for the target page.
[ Thinks. ]
OTOH, maybe I should just make TODO tests with follow_link_ok() now, and then un-TODO them later when the target page is created.
Second opinion?
Mark