Skip to content

Commit

Permalink
Update browse_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresCdo committed Apr 20, 2023
1 parent 14d3eca commit efc6142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/browse_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@


class TestBrowseLinks(unittest.TestCase):
"""Class for testing the extract_hyperlinks function"""
def test_extract_hyperlinks(self):
"""Test the extract_hyperlinks function"""
body = """
<body>
<a href="https://google.com">Google</a>
Expand Down

0 comments on commit efc6142

Please sign in to comment.