1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 08:30:00 +02:00

add cnn test

This commit is contained in:
Jan Lukas Gernert 2023-03-12 11:42:44 +01:00
parent 58a799b096
commit c654f63319
3 changed files with 4215 additions and 0 deletions

View file

@ -141,6 +141,11 @@ async fn cnet() {
run_test("cnet").await
}
#[tokio::test]
async fn cnn() {
run_test("cnn").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await