additional tests for from_name method

This commit is contained in:
woorst
2016-07-16 23:49:26 -05:00
parent 0bd8fbdd10
commit 86cf7d0391

View File

@@ -291,6 +291,7 @@ def test_content_subreddit_from_name(reddit, terminal):
# Queries
SubredditContent.from_name(reddit, 'front', terminal.loader, query='pea')
SubredditContent.from_name(reddit, 'python', terminal.loader, query='pea')
SubredditContent.from_name(reddit, 'me', terminal.loader, query='pea')
def test_content_subreddit_multireddit(reddit, terminal):