..
fixtures
fix tests
2026-02-12 17:20:32 +02:00
__init__.py
Initial attempt at phase 1
2026-01-14 18:56:06 -08:00
test_base.py
refactor: consolidate FunctionInfo and FunctionToOptimize
2026-02-02 09:36:49 -08:00
test_code_context_extraction.py
refactor: move context extraction modules to languages/python/context/
2026-02-16 14:49:04 -05:00
test_find_references.py
fix: resolve CI failures for mypy, Python 3.9, and Windows
2026-02-02 16:54:48 -08:00
test_function_discovery_integration.py
fix: include same-class helper methods inside class wrapper for TypeScript
2026-02-06 17:19:46 +02:00
test_import_resolver.py
refactor
2026-02-11 02:05:54 +05:30
test_javascript_e2e.py
refactor: move context extraction modules to languages/python/context/
2026-02-16 14:49:04 -05:00
test_javascript_instrumentation.py
ignore calls inside string litrals for instrumentation and fix e2e test
2026-02-12 18:14:33 +02:00
test_javascript_integration.py
fix: detect CommonJS exports (module.exports) for function discovery
2026-02-06 18:28:08 +02:00
test_javascript_module_system.py
Merge branch 'main' into fix/js-import-destructuring-alias
2026-02-03 17:46:45 +05:30
test_javascript_optimization_flow.py
refactor: move context extraction modules to languages/python/context/
2026-02-16 14:49:04 -05:00
test_javascript_requirements.py
Pre check on env config dependencies in JS before calling aiservices API
2026-02-02 03:16:32 +05:30
test_javascript_run_and_parse.py
add ts/js multiple tests
2026-02-05 05:27:19 +05:30
test_javascript_support.py
Merge branch 'main' of github.com:codeflash-ai/codeflash into fix/js-jest30-loop-runner
2026-02-12 16:39:33 +02:00
test_javascript_test_discovery.py
Merge branch 'main' of github.com:codeflash-ai/codeflash into fix/js-jest30-loop-runner
2026-02-12 16:39:33 +02:00
test_javascript_test_runner.py
fix tests
2026-02-12 17:20:32 +02:00
test_js_code_extractor.py
fix: include same-class helper methods inside class wrapper for TypeScript
2026-02-06 17:19:46 +02:00
test_js_code_replacer.py
Merge branch 'main' into fix/js-jest30-loop-runner
2026-02-06 17:22:15 +02:00
test_language_parity.py
fix: include same-class helper methods inside class wrapper for TypeScript
2026-02-06 17:19:46 +02:00
test_multi_file_code_replacer.py
fixes for unit tests
2026-02-12 19:30:46 +02:00
test_python_support.py
fix: Use function_name instead of name in Python find_references
2026-02-03 16:45:11 -05:00
test_registry.py
add ts/js multiple tests
2026-02-05 05:27:19 +05:30
test_treesitter_utils.py
refactor
2026-02-11 02:05:54 +05:30
test_typescript_code_extraction.py
fix: include same-class helper methods inside class wrapper for TypeScript
2026-02-06 17:19:46 +02:00
test_typescript_e2e.py
refactor: move context extraction modules to languages/python/context/
2026-02-16 14:49:04 -05:00
test_vitest_e2e.py
refactor: move context extraction modules to languages/python/context/
2026-02-16 14:49:04 -05:00