Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37892124
en ru br
ALT Linux repos
S:2.2.2-alt1

Group :: Development/Python3
RPM: python3-module-robotframework-debuglibrary

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: robotframework-debuglibrary-alt-tests-python3-compat.patch
Download


diff --git a/tests/test_debuglibrary.py b/tests/test_debuglibrary.py
index cdfe052..eb40143 100644
--- a/tests/test_debuglibrary.py
+++ b/tests/test_debuglibrary.py
@@ -38,7 +38,7 @@ def check_command(command, pattern):
 
 def base_functional_testing():
     global child
-    child = pexpect.spawn('coverage',
+    child = pexpect.spawn('coverage3',
                           ['run', '--append', 'DebugLibrary/shell.py'])
     child.expect('Enter interactive shell', timeout=TIMEOUT_SECONDS * 3)
 
@@ -103,7 +103,7 @@ def step_functional_testing():
     global child
     # Command "coverage run robot tests/step.robot" does not work,
     # so start the program using DebugLibrary's shell instead of "robot".
-    child = pexpect.spawn('coverage',
+    child = pexpect.spawn('coverage3',
                           ['run', '--append', 'DebugLibrary/shell.py',
                            'tests/step.robot'])
     child.expect('Type "help" for more information.*>',
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin