arbret/backend/tests
counterweight 4d9edd7fd4
refactor: make mock_enqueue_job fixture opt-in instead of autouse
Tests that call POST /api/counter/increment now explicitly request
the mock_enqueue_job fixture. This prevents the mock from masking
issues in other tests that don't need it.
2025-12-21 23:29:48 +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_profile.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_validation.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00