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

Testing

René Van Der Schueren edited this page Feb 26, 2023 · 17 revisions

Frontend

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

Framework TBA

Backend

Backend unit/integration test are done with the unittest framework. Documentation about unittest:

Some other useful tools:

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