Beispiel #1
0
def test_translate_masks():
    assert utils.translateMasks(["shift", "control"])
    assert utils.translateMasks([]) == 0
Beispiel #2
0
def test_translate_masks():
    assert utils.translateMasks(["shift", "control"])
    assert utils.translateMasks([]) == 0
Beispiel #3
0
 def test_one(self):
     assert utils.translateMasks(["shift", "control"])
     assert utils.translateMasks([]) == 0
Beispiel #4
0
 def test_one(self):
     assert utils.translateMasks(["shift", "control"])
     assert utils.translateMasks([]) == 0