mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 08:30:00 +02:00
start adding nytimes tests
This commit is contained in:
parent
70e2ed8c82
commit
c42ffa57a2
10 changed files with 18063 additions and 4 deletions
|
@ -372,6 +372,21 @@ async fn normalize_spaces() {
|
|||
run_test("normalize-spaces").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn nytimes_1() {
|
||||
run_test("nytimes-1").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn nytimes_2() {
|
||||
run_test("nytimes-2").await
|
||||
}
|
||||
|
||||
// #[tokio::test]
|
||||
// async fn nytimes_3() {
|
||||
// run_test("nytimes-3").await
|
||||
// }
|
||||
|
||||
#[tokio::test]
|
||||
async fn webmd_1() {
|
||||
run_test("webmd-1").await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue