forked from TrueCloudLab/frostfs-testlib
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
|
@ -3,8 +3,7 @@ from unittest import SkipTest, TestCase
|
|||
|
||||
from frostfs_testlib.shell.interfaces import CommandOptions, InteractiveInput
|
||||
from frostfs_testlib.shell.ssh_shell import SSHShell
|
||||
|
||||
from tests.helpers import format_error_details, get_output_lines
|
||||
from helpers import format_error_details, get_output_lines
|
||||
|
||||
|
||||
def init_shell() -> SSHShell:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue