arbret/backend/tests
counterweight 54709888e1
refactor: extract httpx mock helpers in price history tests
- create_mock_httpx_client() for mocking AsyncClient with various configs
- create_bitfinex_ticker_response() for creating ticker response arrays

Reduces test boilerplate significantly.
2025-12-22 16:21:18 +01:00
..
__init__.py with some tests 2025-12-18 21:48:41 +01:00
conftest.py refactor: make mock_enqueue_job fixture opt-in instead of autouse 2025-12-21 23:29:48 +01:00
helpers.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_auth.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_availability.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_booking.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_counter.py refactor: make mock_enqueue_job fixture opt-in instead of autouse 2025-12-21 23:29:48 +01:00
test_invites.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_jobs.py refactor: move process_random_number_job import to module level in tests 2025-12-21 23:25:31 +01:00
test_permissions.py refactor: make mock_enqueue_job fixture opt-in instead of autouse 2025-12-21 23:29:48 +01:00
test_price_history.py refactor: extract httpx mock helpers in price history tests 2025-12-22 16:21:18 +01:00
test_profile.py refactor(auth): unify authorization patterns with MANAGE_OWN_PROFILE permission 2025-12-21 23:50:06 +01:00
test_validation.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00