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 832b2eb commit afb1b96Copy full SHA for afb1b96
codeflash/verification/test_results.py
@@ -30,11 +30,8 @@ class TestType(Enum):
30
GENERATED_REGRESSION = 3
31
REPLAY_TEST = 4
32
CONCOLIC_COVERAGE_TEST = 5
33
- INIT_STATE_TEST = 6
34
35
def to_name(self) -> str:
36
- if self == TestType.INIT_STATE_TEST:
37
- return ""
38
names = {
39
TestType.EXISTING_UNIT_TEST: "⚙️ Existing Unit Tests",
40
TestType.INSPIRED_REGRESSION: "🎨 Inspired Regression Tests",
0 commit comments