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

3 more tests

This commit is contained in:
Jan Lukas Gernert 2023-03-31 07:09:13 +02:00
parent 14af01c214
commit 70e2ed8c82
7 changed files with 13613 additions and 0 deletions

View file

@ -357,6 +357,21 @@ async fn mozilla_1() {
run_test("mozilla-1").await
}
#[tokio::test]
async fn mozilla_2() {
run_test("mozilla-2").await
}
#[tokio::test]
async fn msn() {
run_test("msn").await
}
#[tokio::test]
async fn normalize_spaces() {
run_test("normalize-spaces").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await