arbret/backend/tests
counterweight 3abc7b18c6
test: add test for network errors (httpx.ConnectError)
The docstring of fetch_btc_eur_price mentions it raises httpx.RequestError
on network errors, but this wasn't tested. Add test for ConnectError.
2025-12-22 16:11:00 +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 test: add test for network errors (httpx.ConnectError) 2025-12-22 16:11:00 +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