mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
- Remove redundant `import re` inside _is_vitest_workspace() since re is already imported at module level - Convert tests to use pytest tmp_path fixture instead of tempfile.TemporaryDirectory() - Add missing return type annotations and encoding= parameters - Remove unused pytest import and docstrings Co-authored-by: mohammed ahmed <undefined@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_discover_functions.py | ||
| test_false_positive_discovery.py | ||
| test_support_dispatch.py | ||
| test_vitest_coverage_config.py | ||
| test_vitest_coverage_exclusions.py | ||
| test_vitest_junit.py | ||
| test_vitest_runner.py | ||
| test_vitest_setupfiles_fix.py | ||