arbret/backend/tests
counterweight 5bad1e7e17
Phase 0.1: Remove backend deprecated code
- Delete routes: counter.py, sum.py
- Delete jobs.py and worker.py
- Delete tests: test_counter.py, test_jobs.py
- Update audit.py: keep only price-history endpoints
- Update models.py: remove VIEW_COUNTER, INCREMENT_COUNTER, USE_SUM permissions
- Update models.py: remove Counter, SumRecord, CounterRecord, RandomNumberOutcome models
- Update schemas.py: remove sum/counter related schemas
- Update main.py: remove deleted router imports
- Update test_permissions.py: remove tests for deprecated features
- Update test_price_history.py: remove worker-related tests
- Update conftest.py: remove mock_enqueue_job fixture
- Update auth.py: fix example in docstring
2025-12-22 18:07:14 +01:00
..
__init__.py with some tests 2025-12-18 21:48:41 +01:00
conftest.py Phase 0.1: Remove backend deprecated code 2025-12-22 18:07:14 +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_invites.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_permissions.py Phase 0.1: Remove backend deprecated code 2025-12-22 18:07:14 +01:00
test_price_history.py Phase 0.1: Remove backend deprecated code 2025-12-22 18:07:14 +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