Przejdź do głównej zawartości

Testy — LinkShort

Pełne automatyczne wyniki testów LinkShort, zebrane podczas przeglądu QA 2026-08-13 (Linux, Rust 1.97, Node 22, Python 3). Przewiń w dół — liczniki rosną, paski się wypełniają, a każdy wiersz animuje się przy wejściu w widok. Użyj ▶ Powtórz animację, aby uruchomić ją ponownie.

Wszystkie testy zaliczone
URL shortener — 15/15 API tests green covering auth, ownership, clicks and delete.
0
zaliczone
0
błędy
0
razem
Zestaw: pytest tests/ (Python 3.9)Czas: ~31 s
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

📝 Uwagi

  • Suite grew 3 → 15 in the latest sweeps.
  • Runs on Python 3.9 (the pinned 2024 pydantic-core/bcrypt have no 3.14 wheels).
Pełny raport na GitHubieLinkShort · TEST_REPORT.md

Odtworzenie

python3.9 -m venv venv && venv/bin/pip install -r requirements.txt
venv/bin/python -m pytest tests/ -v