| .. |
|
scripts
|
Merge branch 'main' of https://github.com/codeflash-ai/codeflash into exception_2_test
|
2024-12-20 11:05:54 -05:00 |
|
__init__.py
|
Move aiservice to django/aiservice
|
2024-01-02 16:55:24 -08:00 |
|
mymodule.py
|
WIP diffbehavior support, up to and including full replacement module code for each optimization candidate. Remaining: writing module code to each git worktree, running diffbehavior vs each candidate worktree, collecting results. TODO comment driven programming at its finest.
|
2024-10-30 01:30:10 -07:00 |
|
test_add_needed_imports_from_module.py
|
Ruff reformat and fix all the python files
|
2024-10-25 15:45:44 -07:00 |
|
test_bayesian_analysis.py
|
Byesian analysis implementation
|
2025-01-17 17:44:24 -08:00 |
|
test_code_context_extractor.py
|
handle token limits
|
2024-12-26 14:29:32 -08:00 |
|
test_code_replacement.py
|
WIP changes
|
2024-10-29 16:39:47 -07:00 |
|
test_code_utils.py
|
move to coverage_critic
|
2025-01-07 00:28:00 -05:00 |
|
test_comparator.py
|
remove a random print statement
|
2025-01-07 12:25:20 -08:00 |
|
test_critic.py
|
move to coverage_critic
|
2025-01-07 00:28:00 -05:00 |
|
test_formatter.py
|
remove project dependency on black
|
2024-12-18 12:53:03 -08:00 |
|
test_function_dependencies.py
|
Improved belongs_to logic by using jedi's .parent()
|
2024-12-26 11:30:29 -08:00 |
|
test_function_discovery.py
|
Fix replay testing
|
2024-10-31 15:37:31 -07:00 |
|
test_get_code.py
|
WIP changes
|
2024-10-29 16:39:47 -07:00 |
|
test_get_helper_code.py
|
Removing Returns dependency.
|
2024-12-16 15:33:48 -08:00 |
|
test_get_read_only_code.py
|
added docstring removal
|
2024-12-26 14:06:05 -08:00 |
|
test_get_read_writable_code.py
|
added docstring removal
|
2024-12-26 14:06:05 -08:00 |
|
test_git_utils.py
|
Ruff reformat and fix all the python files
|
2024-10-25 15:45:44 -07:00 |
|
test_humanize_time.py
|
Add logic to time_utils.py to always have 3 significant digits.
|
2024-01-18 14:06:34 -08:00 |
|
test_instrumentation.py
|
Create enums for TestingMode
|
2024-12-29 19:11:20 -08:00 |
|
test_merge_test_results.py
|
fix tests
|
2024-11-12 14:04:27 -08:00 |
|
test_merge_tests.py
|
update the test-key format
|
2024-01-22 16:26:32 -08:00 |
|
test_remove_functions_from_generated_tests.py
|
Fix CLI Unit Tests and add testing for benchmarking type testing
|
2024-12-27 16:48:16 -08:00 |
|
test_shell_utils.py
|
Removing Returns dependency.
|
2024-12-16 15:33:48 -08:00 |
|
test_static_analysis.py
|
Filter for functions with typed arguments
|
2024-11-12 01:58:47 -08:00 |
|
test_test_runner.py
|
Fix CLI Unit Tests and add testing for benchmarking type testing
|
2024-12-27 16:48:16 -08:00 |
|
test_type_annotation_context.py
|
Ruff reformat and fix all the python files
|
2024-10-25 15:45:44 -07:00 |
|
test_unit_test_discovery.py
|
pytest can be used to also detect unittest cases, although we can't get the parameters for parameterized unittest type of tests. This is good for repos that use pytest to run both pytest/unittest tests.
|
2024-12-03 17:32:40 -05:00 |
|
test_validate_python_code.py
|
added code validation and pydantic models
|
2024-12-19 17:34:24 -08:00 |