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

add new test

This commit is contained in:
Jan Lukas Gernert 2023-03-12 12:21:00 +01:00
parent 779afd6245
commit c19525f8cd
3 changed files with 31 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

@ -156,6 +156,11 @@ async fn daringfireball_1() {
run_test("daringfireball-1").await
}
#[tokio::test]
async fn data_url_image() {
run_test("data-url-image").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await