From 9d221d5af918803180f74cd9fcbf107d38b068de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 1 Jun 2020 20:25:35 -0500 Subject: fix test --- test/uitests.sikuli/test_remove_files.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test/uitests.sikuli/test_remove_files.py') diff --git a/test/uitests.sikuli/test_remove_files.py b/test/uitests.sikuli/test_remove_files.py index e3e4a06..eefd383 100644 --- a/test/uitests.sikuli/test_remove_files.py +++ b/test/uitests.sikuli/test_remove_files.py @@ -3,6 +3,7 @@ import os import tempfile import shutil import unittest +import lvc from lvcgui import MVCGui import datafiles import devices @@ -14,7 +15,6 @@ class Test_Remove_Files(unittest.TestCase): """Remove files from the conversion list """ - def setUp(self): """ setup app for tests @@ -33,7 +33,6 @@ class Test_Remove_Files(unittest.TestCase): When I remove it from the list Then it is not in the list """ - lvc.lvcGui() _, testfiles = data.test_data(many=False) item = testfiles[0] @@ -73,8 +72,8 @@ class Test_Remove_Files(unittest.TestCase): assert lvc.verify_completed(item, 160) def test_remove_last_queued_file_with_in_progress_conversions(self): - """Scenario: Remove the last queued file from the - list with conversions in progress. + """Scenario: Remove the last queued file from the list with + conversions in progress. Given I have lots of files files in the list And I start conversion -- cgit v1.2.3