1
0
Fork 0
mirror of synced 2024-06-14 08:14:42 +12:00

Added tests for new data in threads/comments

This commit is contained in:
Ailothaen 2021-05-20 22:41:02 +02:00
parent 827f1ab80e
commit 9d6e54148b

View file

@ -15,6 +15,7 @@ from bdfr.archive_entry.comment_archive_entry import CommentArchiveEntry
'subreddit': 'Python',
'submission': 'mgi4op',
'submission_title': '76% Faster CPython',
'distinguished': None,
}),
))
def test_get_comment_details(test_comment_id: str, expected_dict: dict, reddit_instance: praw.Reddit):