🧪 [testing improvement] Add test for db.has_pgvector - #3
Conversation
This commit adds a new test class `TestHasPgVector` to `tests/test_db_serialization.py` to verify that the `has_pgvector()` function correctly reflects the state of the internal `_pgvector_available` flag in `src/cuba_memorys/db.py`. The test toggles the internal flag and asserts that the function returns the expected value, ensuring it works as intended. Targeted function: `cuba_memorys.db.has_pgvector` Co-authored-by: LeandroPG19 <151863062+LeandroPG19@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Added unit tests for the
has_pgvectorfunction insrc/cuba_memorys/db.pyto ensure it correctly returns the state of the_pgvector_availableflag. The tests were added totests/test_db_serialization.pyfollowing the project's testing patterns. Verified the changes pass using a manual test runner to handle missing environment dependencies. Temporary development scripts were removed before submission.PR created automatically by Jules for task 9681090340491642323 started by @LeandroPG19