Code - Abstract out the diff fetch types to make it easier to integrate new ones (#1467)

This commit is contained in:
dgtlmoon
2023-03-12 18:11:53 +01:00
committed by GitHub
parent c454cbb808
commit 4c74d39df0
6 changed files with 6 additions and 8 deletions

View File

@@ -71,7 +71,6 @@ def set_modified_response():
def test_element_removal_output():
from changedetectionio import fetch_site_status
from inscriptis import get_text
# Check text with sub-parts renders correctly

View File

@@ -1,7 +1,5 @@
#!/usr/bin/python3
import time
from flask import url_for
from . util import live_server_setup
from changedetectionio import html_tools
@@ -11,7 +9,7 @@ def test_setup(live_server):
# Unit test of the stripper
# Always we are dealing in utf-8
def test_strip_regex_text_func():
from changedetectionio import fetch_site_status
from ..fetchers import text_json_diff as fetch_site_status
test_content = """
but sometimes we want to remove the lines.

View File

@@ -11,7 +11,7 @@ def test_setup(live_server):
# Unit test of the stripper
# Always we are dealing in utf-8
def test_strip_text_func():
from changedetectionio import fetch_site_status
from ..fetchers import text_json_diff as fetch_site_status
test_content = """
Some content