Skip to content

Commit 5ce626c

Browse files
committed
Add Verizon Parser 4 tests in e2e
1 parent 8c8fe37 commit 5ce626c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/unit/test_e2e.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,17 @@
725725
Path(dir_path, "data", "date", "email_date_1_result.json"),
726726
],
727727
),
728+
(
729+
Verizon,
730+
[
731+
("html", Path(dir_path, "data", "verizon", "verizon4.html")),
732+
(EMAIL_HEADER_DATE, Path(dir_path, "data", "date", "email_date_1")),
733+
],
734+
[
735+
Path(dir_path, "data", "verizon", "verizon4_result.json"),
736+
Path(dir_path, "data", "date", "email_date_1_result.json"),
737+
],
738+
),
728739
(
729740
Verizon,
730741
[

0 commit comments

Comments
 (0)