1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 16:40:00 +02:00

add 3 more tests

This commit is contained in:
Jan Lukas Gernert 2023-03-19 19:16:34 +01:00
parent 001fd8f167
commit 914b66a0a2
7 changed files with 5746 additions and 0 deletions

View file

@ -201,6 +201,21 @@ async fn firefox_nightly_blog() {
run_test("firefox-nightly-blog").await
}
#[tokio::test]
async fn folha() {
run_test("folha").await
}
#[tokio::test]
async fn gmw() {
run_test("gmw").await
}
#[tokio::test]
async fn google_sre_book_1() {
run_test("google-sre-book-1").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await