Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Testing

Michiel edited this page Feb 24, 2023 · 17 revisions

Frontend

Testing met Next.JS: https://nextjs.org/docs/testing

Framework TBA

Backend

Backend unit/integration tests testing wordt gedaan met unittest framework. Documentatie over unittest met django:

Enkele andere nuttige tools zijn:

  • Coverage testing met coverage.py, Link
  • Selenium, automate testing in a real browser.
Clone this wiki locally