Remove now-duplicate test

TestKeychain.test_count_0 now tests the exact same thing.
This commit is contained in:
Florian Bruhin 2016-09-30 18:17:10 +02:00
parent 28c87b5c6b
commit c80f18522c

View File

@ -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