Skip to content

Commit

Permalink
Add Verizon Parser 4 tests in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
chadell committed Mar 20, 2023
1 parent 8c8fe37 commit 5ce626c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/unit/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,17 @@
Path(dir_path, "data", "date", "email_date_1_result.json"),
],
),
(
Verizon,
[
("html", Path(dir_path, "data", "verizon", "verizon4.html")),
(EMAIL_HEADER_DATE, Path(dir_path, "data", "date", "email_date_1")),
],
[
Path(dir_path, "data", "verizon", "verizon4_result.json"),
Path(dir_path, "data", "date", "email_date_1_result.json"),
],
),
(
Verizon,
[
Expand Down

0 comments on commit 5ce626c

Please sign in to comment.