fix: register Cairo converter for bundled overlay
Build AppImage / build-appimage (push) Successful in 42s
Build AppImage / build-appimage (push) Successful in 42s
This commit is contained in:
@@ -31,6 +31,11 @@ class BrandingTests(unittest.TestCase):
|
||||
self.assertIn('application_id="dev.korintimer.settings"', main_module)
|
||||
self.assertIn('application_id="dev.korintimer.overlay"', main_module)
|
||||
|
||||
def test_overlay_registers_the_cairo_foreign_converter(self) -> None:
|
||||
overlay_module = (ROOT / "src" / "titletimer" / "overlay.py").read_text()
|
||||
|
||||
self.assertIn('gi.require_foreign("cairo")', overlay_module)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user