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

add dropbox test

This commit is contained in:
Jan Lukas Gernert 2023-03-12 13:50:06 +01:00
parent 8d529a6d74
commit 14ba2ccb70
3 changed files with 1192 additions and 0 deletions

View file

@ -166,6 +166,11 @@ async fn dev418() {
run_test("dev418").await
}
#[tokio::test]
async fn dropbox_blog() {
run_test("dropbox-blog").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await