mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 16:40:00 +02:00
add bbc test
This commit is contained in:
parent
df41e690ae
commit
6964724102
4 changed files with 2612 additions and 20 deletions
|
@ -96,6 +96,11 @@ async fn basic_tags_cleaning() {
|
|||
run_test("basic-tags-cleaning").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn bbc_1() {
|
||||
run_test("bbc-1").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn webmd_1() {
|
||||
run_test("webmd-1").await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue