Remove now-duplicate test
TestKeychain.test_count_0 now tests the exact same thing.
This commit is contained in:
parent
28c87b5c6b
commit
c80f18522c
@ -245,13 +245,6 @@ class TestKeyChain:
|
||||
'ba', keyparser.Type.chain, None)
|
||||
assert keyparser._keystring == ''
|
||||
|
||||
def test_0_press(self, handle_text, keyparser):
|
||||
handle_text((Qt.Key_0, '0'),
|
||||
(Qt.Key_B, 'b'), (Qt.Key_A, 'a'))
|
||||
keyparser.execute.assert_called_once_with(
|
||||
'ba', keyparser.Type.chain, 0)
|
||||
assert keyparser._keystring == ''
|
||||
|
||||
def test_ambiguous_keychain(self, qapp, handle_text, config_stub,
|
||||
keyparser):
|
||||
config_stub.data = CONFIG
|
||||
|
Loading…
Reference in New Issue
Block a user