Fixing tests and adding cassettes

This commit is contained in:
Michael Lazar
2018-08-04 01:42:43 -04:00
parent b959b5d4bd
commit b8fb0cf418
8 changed files with 8866 additions and 2143 deletions

View File

@@ -36,7 +36,7 @@ def test_subscription_page_construct(reddit, terminal, config, oauth,
assert name in [args[0][2] for args in window.addstr.call_args_list]
# Banner shouldn't be drawn
menu = '[1]hot [2]top [3]rising [4]new [5]controversial [6]gilded'.encode('utf-8')
menu = '[1]hot [2]top [3]rising [4]new [5]controversial'.encode('utf-8')
with pytest.raises(AssertionError):
window.addstr.assert_any_call(0, 0, menu)