refactoring wip
This commit is contained in:
15
inkycal/display/test_display.py
Normal file
15
inkycal/display/test_display.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from unittest import TestCase
|
||||
|
||||
from inkycal import Display
|
||||
|
||||
|
||||
class TestDisplay(TestCase):
|
||||
|
||||
# def setUp(self) -> None:
|
||||
# self.display = Display()
|
||||
|
||||
def test_get_display_names(self):
|
||||
|
||||
fetched_displays = Display.get_display_names()
|
||||
assert len(fetched_displays) >1
|
||||
assert isinstance(fetched_displays, list)
|
Reference in New Issue
Block a user