Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

add pytest-httpx for mocking HTTP requests and update tests (#80)#82

Merged
makridenko merged 1 commit into
masterfrom
feature/80
Jun 8, 2025
Merged

add pytest-httpx for mocking HTTP requests and update tests (#80)#82
makridenko merged 1 commit into
masterfrom
feature/80

Conversation

@makridenko

Copy link
Copy Markdown
Owner
  • Added pytest-httpx as a dependency for testing.
  • Refactored tests in test_supabase_client.py to use httpx_mock for simulating HTTP responses instead of mocking the Supabase client directly.

closes #80

- Added pytest-httpx as a dependency for testing.
- Refactored tests in `test_supabase_client.py` to use httpx_mock for simulating HTTP responses instead of mocking the Supabase client directly.
@makridenko makridenko merged commit ed43168 into master Jun 8, 2025
9 checks passed
@makridenko makridenko deleted the feature/80 branch June 8, 2025 14:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add responses lib to mock responses instead of sdk mock in tests

1 participant