[PATCH evemu 3/5] test: rename a duplicate function name

Peter Hutterer peter.hutterer at who-t.net
Thu Oct 20 23:11:13 UTC 2016


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 python/evemu/tests/test_device.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/evemu/tests/test_device.py b/python/evemu/tests/test_device.py
index 10bd290..8ad6f08 100644
--- a/python/evemu/tests/test_device.py
+++ b/python/evemu/tests/test_device.py
@@ -78,7 +78,7 @@ class DeviceActionTestCase(evemu.testing.testcase.BaseTestCase):
         """
         d = evemu.Device(open(self.get_device_file()))
 
-    def test_construct_from_prop_file_file(self):
+    def test_construct_from_prop_file_file_nocreate(self):
         """
         Verifies a device can be constructed from an evemu prop file file
         object, without creating a uinput device.
-- 
2.9.3



More information about the Input-tools mailing list