add some nice-to-have features, e.g. battery capacity checking of PiSugar

This commit is contained in:
Ace
2024-06-25 13:17:00 +02:00
parent 92ef847618
commit fdd5591456
3 changed files with 49 additions and 16 deletions

View File

@@ -21,9 +21,9 @@ class TestMain(unittest.TestCase):
assert inkycal.settings["info_section_height"] == 70
assert inkycal.settings["border_around_modules"] is True
def test_run(self):
def test_dry_run(self):
inkycal = Inkycal(self.settings_path, render=False)
inkycal.test()
inkycal.dry_run()
def test_countdown(self):
inkycal = Inkycal(self.settings_path, render=False)