Skip to content

Chore/add initial ops smoke test#83

Merged
AAdewunmi merged 4 commits intomainfrom
chore/add-initial-ops-smoke-test
Feb 16, 2026
Merged

Chore/add initial ops smoke test#83
AAdewunmi merged 4 commits intomainfrom
chore/add-initial-ops-smoke-test

Conversation

@AAdewunmi
Copy link
Owner

Summary

Adds initial smoke-test coverage for the new ops UI entrypoints and routing behavior.

Changes

  • Added authenticated smoke test for GET /ops/ redirecting to the queue route
  • Added queue page smoke test for GET /ops/queue/ returning 200
  • Asserted queue template usage (ops/queue.html) in the queue smoke test
  • Added DEBUG=True URLConf test to verify media static patterns are appended in root routes

Why

Provides fast, baseline confidence that ops routing and page rendering are wired correctly, and closes patch coverage gaps flagged by Codecov.

Testing

  • Added/updated tests in tests/test_ops_smoke.py
  • Smoke tests validate redirect behavior, successful page render, template wiring, and debug URL branch behavior

Notes

This PR focuses on minimal coverage and routing/template correctness only; deeper ops workflow behavior will be covered in follow-up tests.

@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@AAdewunmi AAdewunmi merged commit 14ddd7b into main Feb 16, 2026
2 checks passed
@AAdewunmi AAdewunmi deleted the chore/add-initial-ops-smoke-test branch February 16, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

week-5-tests-ui-db Add initial ops smoke test

Projects

Development

Successfully merging this pull request may close these issues.

1 participant

Comments