Skip to content

Commit a77e503

Browse files
linter correnction
1 parent 2b4a6b3 commit a77e503

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tests/validation/Engine/rx_tx_app_engine_mcm.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111

1212
import Engine.rx_tx_app_client_json
1313
import Engine.rx_tx_app_connection_json
14-
from Engine.const import LOG_FOLDER, RX_TX_APP_ERROR_KEYWORDS, DEFAULT_OUTPUT_PATH, TESTCMD_LVL
14+
from Engine.const import (
15+
LOG_FOLDER,
16+
RX_TX_APP_ERROR_KEYWORDS,
17+
DEFAULT_OUTPUT_PATH,
18+
TESTCMD_LVL,
19+
)
1520
from Engine.mcm_apps import (
1621
get_media_proxy_port,
1722
output_validator,

tests/validation/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def log_session():
423423
shutil.copy("pytest.log", f"{LOG_FOLDER}/latest/pytest.log")
424424
csv_write_report(f"{LOG_FOLDER}/latest/report.csv")
425425

426+
426427
@pytest.fixture(scope="function", autouse=True)
427428
def log_case(request, caplog: pytest.LogCaptureFixture):
428429
case_id = request.node.nodeid

0 commit comments

Comments
 (0)