flipperzero-firmware/wiki/Testing.md
2020-10-12 09:10:15 +03:00

393 B

Integration testing

Unit testing

  1. We use minunit as testing framework
  2. Tests root placed in applications/tests/minuint_test.c
  3. There is Run local tests job in CI pipeline (.github/workflows/ci.yml)