Skip to content

Fix a method that finds unique links on a page

Compare
Choose a tag to compare
@mdmintz mdmintz released this 04 Mar 21:58
· 4451 commits to master since this release
1503d75

Fix a method that finds unique links on a page

  • Fix self.get_unique_links():
    -- (Links where the src starts with ./ weren't being processed correctly.)
    -- This also fixes impacted methods such as self.assert_no_404_errors()
  • Also update a Python dependency:
    -- setuptools-scm>=5.0.2