Tests — LinkShort
Full automated test results for LinkShort, collected during the QA sweep on 2026-08-13 (Linux, Rust 1.97, Node 22, Python 3). Scroll down — the counters count up, the bars fill in and every row animates as it enters the viewport. Use ▶ Replay animation to run it again.
✅
All tests pass
URL shortener — 15/15 API tests green covering auth, ownership, clicks and delete.
0
passed
0
failed
0
total
✅URLs0
shorten, stats, redirect + click counting, /urls/my isolation, delete + ownership, 404s, active-link resolution
✅Auth0
health, register/login, /auth/me, duplicate-email rejection, wrong-password 401
📝 Notes
- Suite grew 3 → 15 in the latest sweeps.
- Runs on Python 3.9 (the pinned 2024 pydantic-core/bcrypt have no 3.14 wheels).
Reproduce
python3.9 -m venv venv && venv/bin/pip install -r requirements.txt
venv/bin/python -m pytest tests/ -v