emmental/ui/test_event.py

9 lines
238 B
Python

# Copyright 2021 (c) Anna Schumaker.
from . import event
from gi.repository import Gtk
import unittest
class TestUIEvents(unittest.TestCase):
def test_ui_events(self):
self.assertIsInstance(event.Key, Gtk.EventControllerKey)