mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-10 01:15:31 +02:00
fix nytimes-3
This commit is contained in:
parent
c42ffa57a2
commit
c46d93058f
6 changed files with 933 additions and 13 deletions
|
@ -382,10 +382,20 @@ async fn nytimes_2() {
|
|||
run_test("nytimes-2").await
|
||||
}
|
||||
|
||||
// #[tokio::test]
|
||||
// async fn nytimes_3() {
|
||||
// run_test("nytimes-3").await
|
||||
// }
|
||||
#[tokio::test]
|
||||
async fn nytimes_3() {
|
||||
run_test("nytimes-3").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn nytimes_4() {
|
||||
run_test("nytimes-4").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn nytimes_5() {
|
||||
run_test("nytimes-5").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn webmd_1() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue