Skip to content

🧪 [testing improvement] Add test for db.has_pgvector - #3

Open
LeandroPG19 wants to merge 1 commit into
mainfrom
testing-improvement-has-pgvector-9681090340491642323
Open

🧪 [testing improvement] Add test for db.has_pgvector#3
LeandroPG19 wants to merge 1 commit into
mainfrom
testing-improvement-has-pgvector-9681090340491642323

Conversation

@LeandroPG19

Copy link
Copy Markdown
Owner

Added unit tests for the has_pgvector function in src/cuba_memorys/db.py to ensure it correctly returns the state of the _pgvector_available flag. The tests were added to tests/test_db_serialization.py following 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

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>
@google-labs-jules

Copy link
Copy Markdown

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant