Tests: make dummy tabs still inherit tabs.Tab

This commit is contained in:
mathieui 2018-08-11 22:57:05 +02:00
parent 32576fbdc4
commit f781511237
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -3,12 +3,12 @@ Tests for the Tabs list module
"""
from poezio.core.tabs import Tabs
from poezio.tabs import GapTab
from poezio.tabs import GapTab, Tab
from poezio.events import EventHandler
h = EventHandler()
class DummyTab:
class DummyTab(Tab):
count = 0
def __init__(self):