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

add guardian test

This commit is contained in:
Jan Lukas Gernert 2023-03-19 19:23:39 +01:00
parent 914b66a0a2
commit 41ee8eec2c
3 changed files with 1544 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -216,6 +216,11 @@ async fn google_sre_book_1() {
run_test("google-sre-book-1").await
}
#[tokio::test]
async fn guardian_1() {
run_test("guardian-1").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await