1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 16:40:00 +02:00

add breitbart test

This commit is contained in:
Jan Lukas Gernert 2023-03-04 23:40:23 +01:00
parent f5b7ff198a
commit 9c5ffda5de
3 changed files with 19872 additions and 0 deletions

View file

@ -106,6 +106,11 @@ async fn blogger() {
run_test("blogger").await
}
#[tokio::test]
async fn breitbart() {
run_test("breitbart").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await