Skip to content

Commit a0c333c

Browse files
committed
Update discover_unit_tests.py
1 parent ea9878d commit a0c333c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def process_test_files(
573573
jedi_project = jedi.Project(path=project_root_path)
574574

575575
tests_cache = TestsCache(project_root_path)
576-
576+
logger.info("!lsp|Discovering tests and processing unit tests")
577577
with test_files_progress_bar(total=len(file_to_test_map), description="Processing test files") as (
578578
progress,
579579
task_id,

0 commit comments

Comments
 (0)