mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
we now have observability
This commit is contained in:
parent
c38d12dbf9
commit
4f23ce5d05
1 changed files with 0 additions and 4 deletions
|
|
@ -368,10 +368,6 @@ async def generate_regression_tests_from_function(
|
|||
"validation_error": "No test functions found after postprocessing",
|
||||
},
|
||||
)
|
||||
# Debug logging for 'i' import bug investigation
|
||||
logging.warning(f"[DEBUG i-import] GENERATED TEST SOURCE:\n{generated_test_source}")
|
||||
logging.warning(f"[DEBUG i-import] INSTRUMENTED BEHAVIOR TEST:\n{instrumented_behavior_tests}")
|
||||
logging.warning(f"[DEBUG i-import] INSTRUMENTED PERF TEST:\n{instrumented_perf_tests}")
|
||||
return generated_test_source, instrumented_behavior_tests, instrumented_perf_tests # noqa: TRY300
|
||||
except CodeValidationError as e:
|
||||
total_llm_cost = sum(cost_tracker)
|
||||
|
|
|
|||
Loading…
Reference in a new issue