mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-10 01:15:31 +02:00
port final tests from readability for now
This commit is contained in:
parent
fcc5cb0e88
commit
acc2fe781a
15 changed files with 62613 additions and 4 deletions
|
@ -562,3 +562,28 @@ async fn wikipedia_3() {
|
|||
async fn wordpress() {
|
||||
run_test("wordpress").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn yahoo_1() {
|
||||
run_test("yahoo-1").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn yahoo_2() {
|
||||
run_test("yahoo-2").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn yahoo_3() {
|
||||
run_test("yahoo-3").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn yahoo_4() {
|
||||
run_test("yahoo-4").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn youth() {
|
||||
run_test("youth").await
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue