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 1140923 commit 309695aCopy full SHA for 309695a
codeflash/models/models.py
@@ -364,7 +364,7 @@ class TestingMode(enum.Enum):
364
PERFORMANCE = "performance"
365
LINE_PROFILE = "line_profile"
366
367
-
+#TODO this class is duplicated in codeflash_capture
368
class VerificationType(str, Enum):
369
FUNCTION_CALL = (
370
"function_call" # Correctness verification for a test function, checks input values and output values)
0 commit comments