Tidying up and fixing tests, still need to add new tests.

This commit is contained in:
Michael Lazar
2016-10-11 17:57:24 -07:00
parent eb3a9a6b18
commit fa9ffc50f8
2 changed files with 33 additions and 32 deletions

View File

@@ -62,7 +62,7 @@ def test_subscription_page_construct(reddit, terminal, config, oauth,
def test_subscription_refresh(subscription_page):
# Refresh content - invalid order
subscription_page.controller.trigger('2')
subscription_page.controller.trigger('3')
assert curses.flash.called
curses.flash.reset_mock()