Added tests for new data in threads/comments
This commit is contained in:
@@ -15,6 +15,7 @@ from bdfr.archive_entry.comment_archive_entry import CommentArchiveEntry
|
|||||||
'subreddit': 'Python',
|
'subreddit': 'Python',
|
||||||
'submission': 'mgi4op',
|
'submission': 'mgi4op',
|
||||||
'submission_title': '76% Faster CPython',
|
'submission_title': '76% Faster CPython',
|
||||||
|
'distinguished': None,
|
||||||
}),
|
}),
|
||||||
))
|
))
|
||||||
def test_get_comment_details(test_comment_id: str, expected_dict: dict, reddit_instance: praw.Reddit):
|
def test_get_comment_details(test_comment_id: str, expected_dict: dict, reddit_instance: praw.Reddit):
|
||||||
|
|||||||
Reference in New Issue
Block a user