Skip to content

Commit a4d56e6

Browse files
committed
Rehome test units lib
Rehoming deprecated libs for the ones provided in osc-lib. Change-Id: Idb4a27f2c8edf48909ef010e3c7a1a5c0c16efc5
1 parent 2c14b4b commit a4d56e6

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

openstackclient/tests/unit/common/test_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
import mock
1616

17+
from osc_lib.command import command
1718
from osc_lib import exceptions
1819

19-
from openstackclient.common import command
2020
from openstackclient.tests.unit import fakes as test_fakes
2121
from openstackclient.tests.unit import utils as test_utils
2222

openstackclient/tests/unit/common/test_logs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
import mock
2020

21-
from openstackclient.common import logs
21+
from osc_lib import logs
22+
2223
from openstackclient.tests.unit import utils
2324

2425

openstackclient/tests/unit/common/test_parseractions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
import argparse
2020

21-
from openstackclient.common import parseractions
21+
from osc_lib.cli import parseractions
22+
2223
from openstackclient.tests.unit import utils
2324

2425

0 commit comments

Comments
 (0)