From adb06aa158343b7cd9a44127dd7f5261861b03e0 Mon Sep 17 00:00:00 2001 From: Yulia Kovshova Date: Thu, 16 Feb 2023 17:41:23 +0300 Subject: [PATCH] Delete neofs_test_lib path Signed-off-by: Yulia Kovshova --- src/{neofs_testlib => frostfs_testlib}/defaults.py | 0 src/frostfs_testlib/shell/interfaces.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{neofs_testlib => frostfs_testlib}/defaults.py (100%) diff --git a/src/neofs_testlib/defaults.py b/src/frostfs_testlib/defaults.py similarity index 100% rename from src/neofs_testlib/defaults.py rename to src/frostfs_testlib/defaults.py diff --git a/src/frostfs_testlib/shell/interfaces.py b/src/frostfs_testlib/shell/interfaces.py index e4f7dea..4c87a78 100644 --- a/src/frostfs_testlib/shell/interfaces.py +++ b/src/frostfs_testlib/shell/interfaces.py @@ -2,7 +2,7 @@ from abc import ABC, abstractmethod from dataclasses import dataclass from typing import Optional -from neofs_testlib.defaults import Options +from frostfs_testlib.defaults import Options @dataclass