mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 08:30:00 +02:00
add two new tests
This commit is contained in:
parent
a1c07d436f
commit
451dd61547
5 changed files with 2033 additions and 0 deletions
|
@ -75,6 +75,17 @@ async fn aktualne() {
|
|||
run_test("aktualne").await
|
||||
}
|
||||
|
||||
|
||||
#[tokio::test]
|
||||
async fn archive_of_our_own() {
|
||||
run_test("archive-of-our-own").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn ars_1() {
|
||||
run_test("ars-1").await
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn webmd_1() {
|
||||
run_test("webmd-1").await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue