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-06 00:04:23 +01:00
parent 7060e30911
commit 45b4141049
3 changed files with 3471 additions and 0 deletions

View file

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