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

add cnet-svg-classes test

This commit is contained in:
Jan Lukas Gernert 2023-03-10 06:33:24 +01:00
parent 3ece2522bb
commit 7b6d22ebc8
3 changed files with 685 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

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