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:
parent
92b4427a9f
commit
029aaffcea
10 changed files with 4543 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue