Fixing issues in imports after movin tests to pip install -e for testlib
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
4fd9d69701
commit
71b35d45c3
8 changed files with 51 additions and 55 deletions
|
@ -2,8 +2,7 @@ from unittest import TestCase
|
|||
|
||||
from frostfs_testlib.shell.interfaces import CommandOptions, InteractiveInput
|
||||
from frostfs_testlib.shell.local_shell import LocalShell
|
||||
|
||||
from tests.helpers import format_error_details, get_output_lines
|
||||
from helpers import format_error_details, get_output_lines
|
||||
|
||||
|
||||
class TestLocalShellInteractive(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue