From ce6658baf93c938d9fc3e407c78d6cf5a31da6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Thu, 18 Jan 2018 17:05:00 -0500 Subject: pep8 en test/uitests.sikuli/test_other_conversions.py --- test/uitests.sikuli/test_other_conversions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/uitests.sikuli/test_other_conversions.py') diff --git a/test/uitests.sikuli/test_other_conversions.py b/test/uitests.sikuli/test_other_conversions.py index d3b744b..9d866e5 100644 --- a/test/uitests.sikuli/test_other_conversions.py +++ b/test/uitests.sikuli/test_other_conversions.py @@ -9,14 +9,16 @@ import datafiles data = datafiles.TestData() + def test_other_conversions(): """Scenario: test other output conversion options. - + """ device_list = devices.devices('Other') for x in device_list: yield convert_to_format, x + def convert_to_format(device_output): print device_output expected_failures = ['fake_video.mp4'] @@ -35,5 +37,3 @@ def convert_to_format(device_output): lvc.verify_completed(item, 120) lvc.clear_finished_files(item) lvc.clear_and_start_over() - - -- cgit v1.2.3