mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 08:30:00 +02:00
more tests & title fixes
This commit is contained in:
parent
a649b93c03
commit
ded7cf5adb
17 changed files with 8373 additions and 10 deletions
|
@ -307,6 +307,36 @@ async fn lifehacker_working() {
|
|||
run_test("lifehacker-working").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn links_in_tables() {
|
||||
run_test("links-in-tables").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn lwn_1() {
|
||||
run_test("lwn-1").await
|
||||
}
|
||||
|
||||
// #[tokio::test]
|
||||
// async fn medicalnewstoday() {
|
||||
// run_test("medicalnewstoday").await
|
||||
// }
|
||||
|
||||
#[tokio::test]
|
||||
async fn medium_1() {
|
||||
run_test("medium-1").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn medium_2() {
|
||||
run_test("medium-2").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn medium_3() {
|
||||
run_test("medium-3").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn webmd_1() {
|
||||
run_test("webmd-1").await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue