diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-01 20:25:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-01 20:25:35 -0500 |
commit | 9d221d5af918803180f74cd9fcbf107d38b068de (patch) | |
tree | 9d2b61b17c2a6305e9c62aa6f13e89826bcccfc2 /test/uitests.sikuli/test_remove_files.py | |
parent | 507463cf0d147415d84990d9fd7eaff4aa6d7bd0 (diff) | |
download | librevideoconverter-9d221d5af918803180f74cd9fcbf107d38b068de.tar.lz librevideoconverter-9d221d5af918803180f74cd9fcbf107d38b068de.tar.xz librevideoconverter-9d221d5af918803180f74cd9fcbf107d38b068de.zip |
fix test
Diffstat (limited to 'test/uitests.sikuli/test_remove_files.py')
-rw-r--r-- | test/uitests.sikuli/test_remove_files.py | 7 |
1 files changed, 3 insertions, 4 deletions
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 |