mirror of
https://github.com/lowobservable/oec.git
synced 2026-04-25 03:35:16 +00:00
Add support for TN3270 alarm and VT100 bell
This commit is contained in:
11
tests/test_terminal.py
Normal file
11
tests/test_terminal.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import unittest
|
||||
|
||||
import context
|
||||
|
||||
from oec.keymap_3278_2 import KEYMAP as KEYMAP_3278_2
|
||||
|
||||
class TerminalGetPollActionTestCase(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.interface = Mock()
|
||||
|
||||
self.terminal = Terminal(self.interface, TerminalId(0b11110100), 'c1348300', KEYMAP_3278_2)
|
||||
Reference in New Issue
Block a user