Skip to content

Unit tests - Backend

INFO

Checks Backend entities for correct behavior and runs very fast. Test coverage is currently small, and the team is working to increase it.

Run

You can run unit tests with:

bash
pytest app -v

Tested entities

  1. JwtAuthService
  2. TgBotAuthService
  3. AuthorizationService