Skip to content

Commit 755d5e6

Browse files
committed
it's already defined elsewhere
1 parent 6612be4 commit 755d5e6

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

codeflash/languages/base.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -613,17 +613,7 @@ def parse_line_profile_results(self, line_profiler_output_file: Path) -> dict:
613613
"""Parse line profiler output."""
614614
...
615615

616-
# === Test Framework ===
617616

618-
@property
619-
def test_framework(self) -> str:
620-
"""Get the test framework used by this language.
621-
622-
Returns:
623-
Test framework name (e.g., "pytest", "jest").
624-
625-
"""
626-
...
627617

628618
# === Test Execution ===
629619

0 commit comments

Comments
 (0)