diff options
author | Devaev Maxim <[email protected]> | 2020-08-18 10:45:15 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-18 10:45:15 +0300 |
commit | 28cc3fe99a3e90213f1f01286b5ec55f4f06224c (patch) | |
tree | be3751fb65bc53f2bcf9158e155eebe27208abe6 /testenv | |
parent | 6840c514dc4b1996719787878bbf9d60b402f760 (diff) |
mouse buttons 4 and 5
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tests/validators/test_kvm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tests/validators/test_kvm.py b/testenv/tests/validators/test_kvm.py index 71ec1b26..0fdf6a9a 100644 --- a/testenv/tests/validators/test_kvm.py +++ b/testenv/tests/validators/test_kvm.py @@ -153,7 +153,7 @@ def test_fail__valid_hid_mouse_move(arg: Any) -> None: # ===== [email protected]("arg", ["LEFT ", "RIGHT "]) [email protected]("arg", ["LEFT ", "RIGHT ", "Up ", " Down", " MiDdLe "]) def test_ok__valid_hid_mouse_button(arg: Any) -> None: assert valid_hid_mouse_button(arg) == arg.strip().lower() |