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

add new test

This commit is contained in:
Jan Lukas Gernert 2023-03-12 13:39:17 +01:00
parent c8bc583864
commit 23c156ab2c
3 changed files with 161 additions and 0 deletions

View file

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