Browse Source

chore: fix

pull/494/head
Parodi, Eugenio 🌶 5 months ago
parent
commit
2ebfb6240f
  1. 1
      tests/pytest/mock_input.py

1
tests/pytest/mock_input.py

@ -35,6 +35,7 @@ class mock_signal():
@staticmethod
def clear():
pass
class Mock_TTkInput():
exceptionRaised = mock_signal
inputEvent = mock_signal

Loading…
Cancel
Save