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

add ehow test

This commit is contained in:
Jan Lukas Gernert 2023-03-19 13:31:35 +01:00
parent 3a56439ae8
commit cb00f7add2
3 changed files with 1034 additions and 0 deletions

View file

@ -176,6 +176,12 @@ async fn ebbb_org() {
run_test("ebb-org").await
}
#[tokio::test]
async fn ehow_1() {
run_test("ehow-1").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await