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