mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-10 01:15:31 +02:00
add blogger test
This commit is contained in:
parent
daa5543c4e
commit
e2b804d00a
3 changed files with 2153 additions and 0 deletions
|
@ -101,6 +101,11 @@ async fn bbc_1() {
|
|||
run_test("bbc-1").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn blogger() {
|
||||
run_test("blogger").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn webmd_1() {
|
||||
run_test("webmd-1").await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue