This MR is meant to improve tests for the forums app.
The following tests need to be performed:
-
Unit tests for Views -
Unit tests for Forms -
Unit tests for Middlewares -
Unit tests for Models
This list is not exhaustive and the app may need more tests than the ones defined here.
Changes that are not limited to the forums app
- The MR adds the
pyproject.toml
file defined by PEP 621 and moves configuration ofcoverage
in this file. - A
testing
directory for things that can be used globally. (useful classes, mixins, utils, etc)