Skip to content

Commit c393472

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Rehome test units lib"
2 parents 7744046 + a4d56e6 commit c393472

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)