1
0
Fork 0
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:
Jan Lukas Gernert 2023-03-31 09:37:23 +02:00
parent 70e2ed8c82
commit c42ffa57a2
10 changed files with 18063 additions and 4 deletions

View file

@ -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