Skip to content

Commit

Permalink
Add second test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Serene-Arc committed Mar 25, 2022
1 parent 806bd76 commit 5a3ff88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_file_name_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@ def test_windows_max_path(tmp_path: Path):
@pytest.mark.parametrize(('test_reddit_id', 'test_downloader', 'expected_names'), (
('gphmnr', YtdlpFallback, {'He has a lot to say today.mp4'}),
('d0oir2', YtdlpFallback, {"Crunk's finest moment. Welcome to the new subreddit!.mp4"}),
('jiecu', SelfPost, {'Reston, VA Some info regarding shelters in the area..txt'})
('jiecu', SelfPost, {'Reston, VA Some info regarding shelters in the area..txt'}),
('gui1i', SelfPost, {'The "Beer and Ear offer for those who need help in the \'burbs of North Dallas....txt'}),
))
def test_name_submission(
test_reddit_id: str,
Expand Down

0 comments on commit 5a3ff88

Please sign in to comment.