File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515import importlib .metadata
16- from collections import defaultdict
17- from typing import Optional
1816from unittest import mock
1917
2018import pytest
21- from integration import setup_mock , setup_mock_for_logging
2219
2320from tests import REPORT_PORTAL_SERVICE
2421from tests .helpers import utils
22+ from tests .integration import setup_mock , setup_mock_for_logging
2523
2624pytest_bdd_version = [int (p ) for p in importlib .metadata .version ("pytest-bdd" ).split ("." )]
2725
28-
2926STEP_NAMES = [
3027 "Given there are 5 cucumbers" ,
3128 "When I eat 3 cucumbers" ,
Original file line number Diff line number Diff line change 1919import pytest
2020import test_rp_custom_logging
2121from delayed_assert import assert_expectations , expect
22- from integration import setup_mock_for_logging
2322from reportportal_client import OutputType
2423
2524from examples .test_rp_logging import LOG_MESSAGE
2625from tests import REPORT_PORTAL_SERVICE
2726from tests .helpers import utils
27+ from tests .integration import setup_mock_for_logging
2828
2929TEST_LAUNCH_ID = "test_launch_id"
3030
You can’t perform that action at this time.
0 commit comments