Remove unecessary class

This commit is contained in:
Alexander Cogneau 2015-08-26 00:20:14 +02:00
parent a1dff7d535
commit 9ef9224c32

View File

@ -47,17 +47,12 @@ class TestConstructor:
class TestCommandHistory:
"""Create a setup for inheritance"""
"""Tests for Command History."""
@pytest.fixture(autouse=True)
def setup(self):
self.hist = History(history=HISTORY)
class TestBrowsing(TestCommandHistory):
"""Tests for the history browsing."""
def test_is_browsing(self):
"""Test is_browsing()."""