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

add two new tests

This commit is contained in:
Jan Lukas Gernert 2023-02-28 18:28:55 +01:00
parent a1c07d436f
commit 451dd61547
5 changed files with 2033 additions and 0 deletions

View file

@ -75,6 +75,17 @@ async fn aktualne() {
run_test("aktualne").await
}
#[tokio::test]
async fn archive_of_our_own() {
run_test("archive-of-our-own").await
}
#[tokio::test]
async fn ars_1() {
run_test("ars-1").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await