mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
add guardian test
This commit is contained in:
parent
914b66a0a2
commit
41ee8eec2c
3 changed files with 1544 additions and 0 deletions
170
resources/tests/readability/guardian-1/expected.html
Normal file
170
resources/tests/readability/guardian-1/expected.html
Normal file
File diff suppressed because one or more lines are too long
1369
resources/tests/readability/guardian-1/source.html
Normal file
1369
resources/tests/readability/guardian-1/source.html
Normal file
File diff suppressed because one or more lines are too long
|
@ -216,6 +216,11 @@ async fn google_sre_book_1() {
|
||||||
run_test("google-sre-book-1").await
|
run_test("google-sre-book-1").await
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[tokio::test]
|
||||||
|
async fn guardian_1() {
|
||||||
|
run_test("guardian-1").await
|
||||||
|
}
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn webmd_1() {
|
async fn webmd_1() {
|
||||||
run_test("webmd-1").await
|
run_test("webmd-1").await
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue