1
0
Fork 0
mirror of synced 2024-06-26 18:10:26 +12:00

test_download_factory: remove outdated marks

This commit is contained in:
Ali Parlakci 2021-03-31 12:16:27 +03:00
parent ab9dea0347
commit 75d74a5362

View file

@ -19,8 +19,6 @@ from bulkredditdownloader.site_downloaders.vreddit import VReddit
from bulkredditdownloader.site_downloaders.youtube import Youtube
@pytest.mark.online
@pytest.mark.reddit
@pytest.mark.parametrize(('test_submission_url', 'expected_class'), (
('https://v.redd.it/9z1dnk3xr5k61', VReddit),
('https://www.reddit.com/r/TwoXChromosomes/comments/lu29zn/i_refuse_to_live_my_life_in_anything_but_comfort/', SelfPost),