Unit tests - maar35/film-festival-planner GitHub Wiki

Unit tests

Planner

  • For all user stories that affect Django code, unit tests must be added
  • For user stories that do not affect Django code, unit testing should be set-up
    • for C# following the examples in the FluentApiLabEfCoreCodeFirst project
    • for Python using e.g. the unittest module built-in to the Python standard library

Loader

In the Loader, unit testing was implemented using home made test tools. In the meanwhile, these tests are being migrates to unittest.