1
0
Fork 0
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:
Jan Lukas Gernert 2023-03-02 01:09:44 +01:00
parent df41e690ae
commit 6964724102
4 changed files with 2612 additions and 20 deletions

View file

@ -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