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

add buzzfeed test

This commit is contained in:
Jan Lukas Gernert 2023-03-06 01:36:37 +01:00
parent 881c2b90ac
commit 612f022879
3 changed files with 5327 additions and 0 deletions

View file

@ -116,6 +116,11 @@ async fn bug_1255978() {
run_test("bug-1255978").await
}
#[tokio::test]
async fn buzzfeed_1() {
run_test("buzzfeed-1").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await