summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-10-21 08:45:34 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-10-25 08:05:03 +1000
commitdf49760f5f9cbfe2418011f56b0c9bae5dc38345 (patch)
treeadb4f8fe86cdee8177e8b1cc740f1fd90b150f5c
parent5379e654f1b9ed97ffc0279692e74beecdbf540b (diff)
test: rename a duplicate function name
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Martin <consume.noise@gmail.com>
-rw-r--r--python/evemu/tests/test_device.py2
1 files changed, 1 insertions, 1 deletions
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.