1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-10 01:15:31 +02:00

tag cleaning test

This commit is contained in:
Jan Lukas Gernert 2023-03-01 01:37:44 +01:00
parent 7c9e527827
commit 4031750956
4 changed files with 81 additions and 0 deletions

View file

@ -91,6 +91,11 @@ async fn base_url_base_element_relative() {
run_test("base-url-base-element-relative").await
}
#[tokio::test]
async fn basic_tags_cleaning() {
run_test("basic-tags-cleaning").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await