Mentions légales du service

Skip to content

Switch back-end testing framework to pytest

Mauricio DIAZ requested to merge 55-backend-tests into dev

Closes #55

This MR will implement testing the back-end using Pytest (replace unittest). It will use a mock DB for testing functionalities of the Flask app.

  • Add setup.py to test as a package.
  • Add pytest as dependency to requirements.
  • Create fixture to launch tests.
  • Define features to test.
Edited by Mauricio DIAZ

Merge request reports