We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1d386 commit b858881Copy full SHA for b858881
codeflash/verification/test_runner.py
@@ -98,7 +98,7 @@ def run_behavioral_tests(
98
coverage_cmd.extend(shlex.split(pytest_cmd, posix=IS_POSIX)[1:])
99
100
blocklist_args = [f"-p no:{plugin}" for plugin in BEHAVIORAL_BLOCKLISTED_PLUGINS if plugin != "cov"]
101
-
+ logger.info(f"{' '.join(coverage_cmd + common_pytest_args + blocklist_args + result_args + test_files)}")
102
results = execute_test_subprocess(
103
coverage_cmd + common_pytest_args + blocklist_args + result_args + test_files,
104
cwd=cwd,
0 commit comments