From df49760f5f9cbfe2418011f56b0c9bae5dc38345 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 21 Oct 2016 08:45:34 +1000 Subject: test: rename a duplicate function name Signed-off-by: Peter Hutterer Reviewed-by: Daniel Martin --- 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. -- cgit v1.2.3