arbret/backend/tests
counterweight 7beb213cf5
Phase 3: Outcome storage
- Add RandomNumberOutcome model to models.py
- Update worker.py to execute job logic:
  - Generate random number 0-100
  - Record execution duration
  - Store outcome in database
- Add test_jobs.py with unit tests for job handler logic
2025-12-21 22:50:35 +01:00
..
__init__.py with some tests 2025-12-18 21:48:41 +01:00
conftest.py Phase 2: Job enqueueing from counter 2025-12-21 22:44:31 +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 Phase 2: Job enqueueing from counter 2025-12-21 22:44:31 +01:00
test_invites.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_jobs.py Phase 3: Outcome storage 2025-12-21 22:50:35 +01:00
test_permissions.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +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