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

add cnet test

This commit is contained in:
Jan Lukas Gernert 2023-03-10 07:05:10 +01:00
parent a915d8fe67
commit 6a58e45c7a
3 changed files with 3564 additions and 0 deletions

View file

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