1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-10 01:15:31 +02:00

add blogger test

This commit is contained in:
Jan Lukas Gernert 2023-03-04 17:41:22 +01:00
parent daa5543c4e
commit e2b804d00a
3 changed files with 2153 additions and 0 deletions

View file

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