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 ea9878d commit a0c333cCopy full SHA for a0c333c
codeflash/discovery/discover_unit_tests.py
@@ -573,7 +573,7 @@ def process_test_files(
573
jedi_project = jedi.Project(path=project_root_path)
574
575
tests_cache = TestsCache(project_root_path)
576
-
+ logger.info("!lsp|Discovering tests and processing unit tests")
577
with test_files_progress_bar(total=len(file_to_test_map), description="Processing test files") as (
578
progress,
579
task_id,
0 commit comments