Skip to content

Commit 094d899

Browse files
style: auto-fix ruff formatting in test_runner.py
1 parent 528c172 commit 094d899

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

codeflash/languages/java/test_runner.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,13 @@ def run_behavioral_tests(
437437
else:
438438
# Direct JVM execution (fast path — bypasses Maven overhead)
439439
result, result_xml_path = _run_direct_or_fallback_maven(
440-
maven_root, test_module, test_paths, run_env,
441-
effective_timeout, mode="behavior", candidate_index=candidate_index,
440+
maven_root,
441+
test_module,
442+
test_paths,
443+
run_env,
444+
effective_timeout,
445+
mode="behavior",
446+
candidate_index=candidate_index,
442447
)
443448

444449
# Debug: Log Maven result and coverage file status

0 commit comments

Comments
 (0)