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

add new test

This commit is contained in:
Jan Lukas Gernert 2023-03-20 20:55:41 +01:00
parent 0901a37475
commit 2217c3c71a
3 changed files with 2310 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -244,6 +244,11 @@ async fn iab_1() {
run_test("iab-1").await run_test("iab-1").await
} }
#[tokio::test]
async fn ietf_1() {
run_test("ietf-1").await
}
#[tokio::test] #[tokio::test]
async fn webmd_1() { async fn webmd_1() {
run_test("webmd-1").await run_test("webmd-1").await