pull/319/head
msramalho 2025-06-11 18:04:49 +01:00
rodzic aaa9ead39d
commit d7a48e465b
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -153,8 +153,8 @@ class TestAntibotExtractorEnricher(TestExtractorBase):
self.test_download_pages_with_media(setup_module, make_item, url, in_title, in_text, image_count, video_count) self.test_download_pages_with_media(setup_module, make_item, url, in_title, in_text, image_count, video_count)
@pytest.mark.skipif( @pytest.mark.skipif(
not os.environ.get("REDDIT_TEST_USERNAME") or not os.environ.get("REDDIT_TEST_PASSWORD"), not os.environ.get("LINKEDIN_TEST_USERNAME") or not os.environ.get("LINKEDIN_TEST_PASSWORD"),
reason="No Reddit test credentials provided", reason="No LinkedIn test credentials provided",
) )
@pytest.mark.download @pytest.mark.download
@pytest.mark.parametrize( @pytest.mark.parametrize(