Sideband_CE/sbapp/kivymd/tests/base_test.py

10 lines
229 B
Python
Raw Normal View History

2022-10-02 17:16:59 +02:00
from kivy.tests.common import GraphicUnitTest
from kivymd.app import MDApp
class BaseTest(GraphicUnitTest):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.app = MDApp() # NOQA