Updating tests.

This commit is contained in:
Michael Lazar
2016-08-09 18:26:48 -07:00
parent d4cab22ffe
commit c096d7014c
4 changed files with 94 additions and 54 deletions

View File

@@ -6,13 +6,16 @@ from itertools import islice
import six
import praw
import mock
import pytest
from rtv.content import (
Content, SubmissionContent, SubredditContent, SubscriptionContent)
from rtv import exceptions
try:
from unittest import mock
except ImportError:
import mock
# Test entering a bunch of text into the prompt
# (text, parsed subreddit, parsed order)