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 a6a2440 commit c6139c3Copy full SHA for c6139c3
codeflash/discovery/discover_unit_tests.py
@@ -79,7 +79,6 @@ def insert_test(
79
line_number: int,
80
col_number: int,
81
) -> None:
82
- self.cur.execute("DELETE FROM discovered_tests WHERE file_path = ?", (file_path,))
83
test_type_value = test_type.value if hasattr(test_type, "value") else test_type
84
self.cur.execute(
85
"INSERT INTO discovered_tests VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)",
0 commit comments