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

2 passing test & 2 failing tests

This commit is contained in:
Jan Lukas Gernert 2023-03-29 18:08:00 +02:00
parent 92b4427a9f
commit 029aaffcea
10 changed files with 4543 additions and 1 deletions

View file

@ -337,6 +337,26 @@ async fn medium_3() {
run_test("medium-3").await
}
// #[tokio::test]
// async fn mercurial() {
// run_test("mercurial").await
// }
#[tokio::test]
async fn metadata_content_missing() {
run_test("metadata-content-missing").await
}
#[tokio::test]
async fn missing_paragraphs() {
run_test("missing-paragraphs").await
}
// #[tokio::test]
// async fn mozilla_1() {
// run_test("mozilla-1").await
// }
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await