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 e187f98 commit 882a2e0Copy full SHA for 882a2e0
codeflash/optimization/optimizer.py
@@ -240,6 +240,7 @@ def discover_tests(
240
241
console.rule()
242
start_time = time.time()
243
+ logger.info("lsp,loading|Discovering existing function tests...")
244
function_to_tests, num_discovered_tests, num_discovered_replay_tests = discover_unit_tests(
245
self.test_cfg, file_to_funcs_to_optimize=file_to_funcs_to_optimize
246
)
0 commit comments