summaryrefslogtreecommitdiff
path: root/python/evemu/testing/mocker.py
blob: 5cecbd2089fdfc4b13bdde0181498707279c1085 (plain)
1
2
3
4
5
"""
This module is for use by unit tests in order to mock the uinput device. This
alleviates the need for root access, and thus makes the unit tests something
that can be run by packaging software.
"""