Commit graph

31 commits

Author SHA1 Message Date
misrasaurabh1
198487bf81 format and lint all 2026-01-29 01:39:48 -08:00
Kevin Turcios
be75cc68b9 decimal places 2026-01-07 23:35:16 -05:00
Kevin Turcios
a55f136982 first pass 2026-01-07 21:35:50 -05:00
Kevin Turcios
2e34d83c52
remove test_framework from pyproject.toml (#955)
* follow up

* remove requirement

* Delete uv.lock

* refresh uv-lock

* first pass

* cleanup test_framework here

* cleanup

* code_review

* cleanup tests

* fix for E2E

* fix tests dir missing

* one more cleanup

* cancel-in-progress

* Revert "cancel-in-progress"

This reverts commit f4bb9079cb.

* not needed here

* lower threshold and cleanup comments

* debug

* temp

* debug

Revert "debug"

This reverts commit fc3655149486c8b980e245e97b8304232086f08d.

fix(discover): Fix pytest discovery for futurehouse structure

Revert "fix(discover): Fix pytest discovery for futurehouse structure"

This reverts commit 40c48882b7413f5876af0e2e08d8f17a65bab091.

Reapply "debug"

This reverts commit c8297e57fbdca2462a8ca1199657748b8bc225e9.

Revert "not needed here"

This reverts commit dd2c5cdf76.

Revert "lower threshold and cleanup comments"

This reverts commit 0e2f57e292.

Reapply "lower threshold and cleanup comments"

This reverts commit e3b24f4a2967551eca8a19f96bf6647b23acdbbc.

Reapply "not needed here"

This reverts commit aec32103c931ff6d57dfa0d012113c2cec5d37a7.

Revert "Reapply "debug""

This reverts commit 77ab9f34f858a17fb29764c544769a0eb72ce7f0.

Reapply "fix(discover): Fix pytest discovery for futurehouse structure"

This reverts commit 506b94ab4fe17a7c8e0d458253812758cced3f22.

feat(futurehouse): Make futurehouse structure pytest compatible

* Revert "debug"

This reverts commit 271c5a37ec.

* Revert "temp"

This reverts commit b363acda1c.

* Revert "debug"

This reverts commit ac29b6beb3.

* just for now
2025-12-09 02:53:08 -08:00
Kevin Turcios
08a3412b3c some other tests 2025-09-26 16:31:54 -07:00
Kevin Turcios
602b2c17c1 fix tests cases 2025-08-05 21:23:29 -07:00
mohammed
f8255fbfd4 fix: unit tests 2025-07-04 15:45:39 +03:00
Kevin Turcios
4f3b870d18 more tests need to pass 2025-06-01 19:15:24 -07:00
Alvin Ryanputra
d6bcdbdc49 organized imports
Some checks failed
CodeFlash / Optimize new Python code (pull_request) Failing after 1s
end-to-end-test / bubble-sort-optimization-pytest-no-git (pull_request) Failing after 2s
end-to-end-test / bubble-sort-optimization-unittest (pull_request) Failing after 1s
Coverage E2E / end-to-end-test-coverage (pull_request) Failing after 2s
end-to-end-test / init-optimization (pull_request) Failing after 2s
end-to-end-test / tracer-replay (pull_request) Failing after 2s
end-to-end-test / topological-sort-optimization (pull_request) Failing after 2s
unit-tests / unit-tests (3.11.6) (pull_request) Failing after 2s
unit-tests / unit-tests (3.9.18) (pull_request) Failing after 1s
end-to-end-test / futurehouse-structure (pull_request) Failing after 2s
Mypy Type Checking for CLI / type-check-cli (pull_request) Failing after 2s
/ Run pr agent on every pull request, respond to user comments (pull_request) Failing after 1s
unit-tests / unit-tests (3.10.13) (pull_request) Failing after 2s
unit-tests / unit-tests (3.12.1) (pull_request) Failing after 1s
unit-tests / unit-tests (3.13.0) (pull_request) Failing after 2s
2025-03-28 15:26:27 -07:00
Alvin Ryanputra
781886b414 modified imports 2025-03-28 15:07:57 -07:00
Kevin Turcios
2f9fd02a86 fix border test 2025-02-11 00:29:52 -05:00
Kevin Turcios
8a80dcb3a0 update to 4 passing tests 2025-01-24 17:49:14 -05:00
Kevin Turcios
1e47fd5d36 move to coverage_critic
add tests & fix typing
add tests to the critic
we don't support unittest yet.
2025-01-07 00:28:00 -05:00
Saurabh Misra
d9d4b8dca8 Fix CLI Unit Tests and add testing for benchmarking type testing 2024-12-27 16:48:16 -08:00
Saurabh Misra
a9b5cdc4aa Make good progress on getting end to end optimizations working 2024-12-25 23:40:35 -08:00
Saurabh Misra
76eaec38bd Ensure loop_count is measured correctly and test_results is not an empty object. clarify the scope of the function run_optimized_candidate 2024-10-28 23:03:02 -07:00
Kevin Turcios
77cf94df20 Merge branch 'main' of https://github.com/codeflash-ai/codeflash into paperqa-bugs 2024-10-28 21:19:09 -05:00
Saurabh Misra
af401eadd8 Use the right way to count passing tests 2024-10-28 18:16:14 -07:00
Ubuntu
6f005f0842 part one 2024-10-28 04:54:32 +00:00
Kevin Turcios
319f30a99b fix tests 2024-10-27 16:43:28 -05:00
Saurabh Misra
c70cd5c3d2 write tests for the broken logic 2024-10-14 17:08:46 -07:00
Saurabh Misra
b5af73232e make loop_index be an INTEGER 2024-10-03 12:06:48 -07:00
Saurabh Misra
00ff4b944d fix the other tests as well 2024-10-01 14:41:40 -07:00
Saurabh Misra
9506a05dd8 rename to test_quantity_critic 2024-08-22 00:44:46 -07:00
Saurabh Misra
45b49219ad - fix instrumentation for complex test conditions
- fix instrumentation for methods
- fix generated_test_critic function
- create a separate performance_improvement function
- fix tests and add new tests, also make them run from any cwd
2024-08-21 22:33:27 -07:00
ihitamandal
753cceeeaa Add support for replay tests 2024-08-13 10:43:34 -07:00
Ihita Mandal
e5b1e68c61 Minor changes 2024-08-12 15:45:34 -07:00
ihitamandal
3b9eccc129 Modify the generated test critic 2024-08-12 15:42:49 -07:00
ihitamandal
8d329af483 Add test critic to only allow optimizations if more than one generated test pass 2024-08-12 15:36:18 -07:00
Saurabh Misra
aaeccd21f8 Allow more complete support for running linters/formatters
We should now support ruff
2024-06-04 16:53:23 -07:00
Saurabh Misra
d1fe2e995a Add test 2024-05-30 18:28:36 -07:00