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:
parent
0901a37475
commit
2217c3c71a
3 changed files with 2310 additions and 0 deletions
1036
resources/tests/readability/ietf-1/expected.html
Normal file
1036
resources/tests/readability/ietf-1/expected.html
Normal file
File diff suppressed because one or more lines are too long
1269
resources/tests/readability/ietf-1/source.html
Normal file
1269
resources/tests/readability/ietf-1/source.html
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue