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

4 more tests

This commit is contained in:
Jan Lukas Gernert 2023-03-28 07:25:05 +02:00
parent d8a9d0a757
commit e6c11ec684
10 changed files with 6932 additions and 1 deletions

View file

@ -287,6 +287,26 @@ async fn lazy_image_3() {
run_test("lazy-image-3").await
}
#[tokio::test]
async fn lemonde_1() {
run_test("lemonde-1").await
}
#[tokio::test]
async fn liberation_1() {
run_test("liberation-1").await
}
#[tokio::test]
async fn lifehacker_post_comment_load() {
run_test("lifehacker-post-comment-load").await
}
#[tokio::test]
async fn lifehacker_working() {
run_test("lifehacker-working").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await