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 8879e2e commit 252381fCopy full SHA for 252381f
codeflash/code_utils/code_replacer.py
@@ -410,8 +410,6 @@ def clean_concolic_tests(test_suite_code: str) -> str:
410
if not can_parse:
411
return AssertCleanup().transform_asserts(test_suite_code)
412
413
- tree = ast.parse(test_suite_code)
414
-
415
for node in ast.walk(tree):
416
if isinstance(node, ast.FunctionDef) and node.name.startswith("test_"):
417
new_body = []
0 commit comments