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 d3a0035 commit b42003cCopy full SHA for b42003c
codeflash/discovery/discover_unit_tests.py
@@ -506,8 +506,6 @@ def process_test_files(
506
cfg: TestConfig,
507
functions_to_optimize: list[FunctionToOptimize] | None = None,
508
) -> tuple[dict[str, set[FunctionCalledInTest]], int]:
509
- from time import sleep
510
-
511
import jedi
512
513
project_root_path = cfg.project_root_path
@@ -521,7 +519,7 @@ def process_test_files(
521
519
num_discovered_tests = 0
522
520
num_discovered_replay_tests = 0
523
jedi_project = jedi.Project(path=project_root_path)
524
- sleep(0.0001)
+
525
with test_files_progress_bar(total=len(file_to_test_map), description="Processing test files") as (
526
progress,
527
task_id,
0 commit comments