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

add heise test

This commit is contained in:
Jan Lukas Gernert 2023-03-19 19:25:56 +01:00
parent 41ee8eec2c
commit c90d05cf84
3 changed files with 900 additions and 0 deletions

View file

@ -221,6 +221,11 @@ async fn guardian_1() {
run_test("guardian-1").await
}
#[tokio::test]
async fn heise() {
run_test("heise").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await