Merge branch 'master' into browse_scrape_links_test_and_validate

This commit is contained in:
Itamar Friedman
2023-04-12 23:51:53 +03:00
15 changed files with 29 additions and 19 deletions

View File

@@ -33,8 +33,6 @@ Additional aspects:
- The function uses a generator expression to split the text into lines and chunks, which can improve performance for large amounts of text.
"""
class TestScrapeText:
# Tests that scrape_text() returns the expected text when given a valid URL.