verified and updated importer tests

This commit is contained in:
vabene1111
2020-12-26 14:50:54 +01:00
parent 840f5ec60d
commit bdd004518c

View File

@@ -9,16 +9,16 @@ class TestEditsRecipe(TestBase):
def test_ld_json(self): def test_ld_json(self):
test_list = [ test_list = [
{'file': 'cookbook/tests/resources/websites/ld_json_1.html', 'result_length': 3128}, {'file': 'cookbook/tests/resources/websites/ld_json_1.html', 'result_length': 3218},
{'file': 'cookbook/tests/resources/websites/ld_json_2.html', 'result_length': 1450}, {'file': 'cookbook/tests/resources/websites/ld_json_2.html', 'result_length': 1510},
{'file': 'cookbook/tests/resources/websites/ld_json_3.html', 'result_length': 1545}, {'file': 'cookbook/tests/resources/websites/ld_json_3.html', 'result_length': 1629},
{'file': 'cookbook/tests/resources/websites/ld_json_4.html', 'result_length': 1657}, {'file': 'cookbook/tests/resources/websites/ld_json_4.html', 'result_length': 1729},
{'file': 'cookbook/tests/resources/websites/ld_json_itemList.html', 'result_length': 3131}, {'file': 'cookbook/tests/resources/websites/ld_json_itemList.html', 'result_length': 3200},
{'file': 'cookbook/tests/resources/websites/ld_json_multiple.html', 'result_length': 1546}, {'file': 'cookbook/tests/resources/websites/ld_json_multiple.html', 'result_length': 1606},
{'file': 'cookbook/tests/resources/websites/micro_data_1.html', 'result_length': 1022}, {'file': 'cookbook/tests/resources/websites/micro_data_1.html', 'result_length': 1079},
{'file': 'cookbook/tests/resources/websites/micro_data_2.html', 'result_length': 1384}, {'file': 'cookbook/tests/resources/websites/micro_data_2.html', 'result_length': 1429},
{'file': 'cookbook/tests/resources/websites/micro_data_3.html', 'result_length': 1100}, {'file': 'cookbook/tests/resources/websites/micro_data_3.html', 'result_length': 1148},
{'file': 'cookbook/tests/resources/websites/micro_data_4.html', 'result_length': 4231}, {'file': 'cookbook/tests/resources/websites/micro_data_4.html', 'result_length': 4396},
] ]
for test in test_list: for test in test_list: