aboutsummaryrefslogtreecommitdiffstats
path: root/test/uitests.sikuli/test_other_conversions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/uitests.sikuli/test_other_conversions.py')
-rw-r--r--test/uitests.sikuli/test_other_conversions.py6
1 files changed, 3 insertions, 3 deletions
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()
-
-