remove unnecessary function

This commit is contained in:
Alexander Cogneau 2015-08-26 12:10:25 +02:00
parent 3a4069667a
commit fd6e0559a6

View File

@ -100,10 +100,6 @@ def test_not_browsing_error(hist):
assert str(error2.value) == "Currently not browsing history"
def return_item(self=None):
return 'item'
def test_nextitem_single(hist, monkeypatch):
"""Test nextitem() with valid input."""
hist.start('f')