Project 7: Tests and debugging

Posted on dim. 27 février 2022 in Student project • Tagged with python, pytest, flask, locust, TDD

Project summary:

A company has created a digital platform to coordinate his events, but there are several, one which crashes the application.
The goal is to fix the bugs, execute the phase 2 elements according to the Test Driven Development approach and produce a performance report.

Skills worked:

  1. Debugging python …

Continue reading