Skip to content

Commit a7ac7ce

Browse files
committed
Fix tests
1 parent 10c3f46 commit a7ac7ce

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

tests/integration/test_bdd.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,16 @@
1313
# limitations under the License.
1414

1515
import importlib.metadata
16-
from collections import defaultdict
17-
from typing import Optional
1816
from unittest import mock
1917

2018
import pytest
21-
from integration import setup_mock, setup_mock_for_logging
2219

2320
from tests import REPORT_PORTAL_SERVICE
2421
from tests.helpers import utils
22+
from tests.integration import setup_mock, setup_mock_for_logging
2523

2624
pytest_bdd_version = [int(p) for p in importlib.metadata.version("pytest-bdd").split(".")]
2725

28-
2926
STEP_NAMES = [
3027
"Given there are 5 cucumbers",
3128
"When I eat 3 cucumbers",

tests/integration/test_config_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
import pytest
2020
import test_rp_custom_logging
2121
from delayed_assert import assert_expectations, expect
22-
from integration import setup_mock_for_logging
2322
from reportportal_client import OutputType
2423

2524
from examples.test_rp_logging import LOG_MESSAGE
2625
from tests import REPORT_PORTAL_SERVICE
2726
from tests.helpers import utils
27+
from tests.integration import setup_mock_for_logging
2828

2929
TEST_LAUNCH_ID = "test_launch_id"
3030

0 commit comments

Comments
 (0)