Skip to content

Commit

Permalink
Remove broken portland scraper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Jun 1, 2023
1 parent 492656c commit c43824a
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions cdp_scrapers/tests/test_scrapers.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,54 +208,54 @@ def test_king_county_scraper(
"",
"",
),
(
datetime(2021, 8, 18),
datetime(2021, 8, 19),
1,
24,
2,
0,
23,
5,
"https://www.youtube.com/embed/zB5YuC5dz1s",
"https://efiles.portlandoregon.gov/record/14645317/File/Document",
),
(
datetime(2021, 12, 22),
datetime(2021, 12, 23),
1,
19,
1,
0,
2,
5,
"https://www.youtube.com/embed/aXKE2u24WKg",
"https://efiles.portlandoregon.gov/record/14778119/File/Document",
),
(
datetime(2022, 1, 12),
datetime(2022, 1, 13),
1,
14,
1,
0,
5,
5,
"https://www.youtube.com/embed/TBrJbm08i0g",
"https://efiles.portlandoregon.gov/record/14811424/File/Document",
),
(
datetime(2021, 11, 10),
datetime(2021, 11, 11),
1,
17,
2,
0,
6,
5,
"https://www.youtube.com/embed/3mYGdqck_bw",
"https://efiles.portlandoregon.gov/record/14750779/File/Document",
),
# (
# datetime(2021, 8, 18),
# datetime(2021, 8, 19),
# 1,
# 24,
# 2,
# 0,
# 23,
# 5,
# "https://www.youtube.com/embed/zB5YuC5dz1s",
# "https://efiles.portlandoregon.gov/record/14645317/File/Document",
# ),
# (
# datetime(2021, 12, 22),
# datetime(2021, 12, 23),
# 1,
# 19,
# 1,
# 0,
# 2,
# 5,
# "https://www.youtube.com/embed/aXKE2u24WKg",
# "https://efiles.portlandoregon.gov/record/14778119/File/Document",
# ),
# (
# datetime(2022, 1, 12),
# datetime(2022, 1, 13),
# 1,
# 14,
# 1,
# 0,
# 5,
# 5,
# "https://www.youtube.com/embed/TBrJbm08i0g",
# "https://efiles.portlandoregon.gov/record/14811424/File/Document",
# ),
# (
# datetime(2021, 11, 10),
# datetime(2021, 11, 11),
# 1,
# 17,
# 2,
# 0,
# 6,
# 5,
# "https://www.youtube.com/embed/3mYGdqck_bw",
# "https://efiles.portlandoregon.gov/record/14750779/File/Document",
# ),
],
)
def test_portland_scraper(
Expand Down

0 comments on commit c43824a

Please sign in to comment.