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 79c6b90 commit 47f88b9Copy full SHA for 47f88b9
codeflash/verification/concolic_testing.py
@@ -78,7 +78,7 @@ def generate_concolic_tests(
78
test_framework=args.test_framework,
79
pytest_cmd=args.pytest_cmd,
80
)
81
- function_to_concolic_tests = discover_unit_tests(concolic_test_cfg)
+ function_to_concolic_tests, _ = discover_unit_tests(concolic_test_cfg)
82
num_discovered_concolic_tests: int = sum([len(value) for value in function_to_concolic_tests.values()])
83
logger.info(
84
f"Created {num_discovered_concolic_tests} "
0 commit comments