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:
parent
14af01c214
commit
70e2ed8c82
7 changed files with 13613 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue