Skip to content

Commit 0e75144

Browse files
committed
todo
1 parent 832b2eb commit 0e75144

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codeflash/verification/test_runner.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ def run_behavioral_tests(
7272
pytest_test_env = test_env.copy()
7373
pytest_test_env["PYTEST_PLUGINS"] = "codeflash.verification.pytest_plugin"
7474

75+
# TODO: figure out the command to run line_profiler here
76+
# TODO: see if line profiler is compaitble qwith coverage run, if so see if the profiling info changes if run along side coverage compared to without it
77+
# If that is not satisfied then we can run it sas a speareate step. then add one more execute_test_subprocess call with line_profiler or the else branch below
78+
# parse the line profiler output and then in the parse_test_results function, add the line profiler results to the test results
79+
7580
if enable_coverage:
7681
coverage_database_file, coveragercfile = prepare_coverage_files()
7782

0 commit comments

Comments
 (0)