Philippe Ivan MBARGA’s Post

Test Python code not "by feel," but through three levels. First, unit tests for basic logic, then fixtures for the real environment (files, databases, HTTP mocks), and on top hypothesis for the automatic search for hidden bugs. This way, the tests will be short, and the coverage and reliability will be maximal. That is the goal of hypothesis. To learn more about hypothesis check the documentation here https://hypothesis.works/ Did you know it before for testing ? To discover more tips like this let connected :) #python #test #pytest #hypothesis #fastapi #django

  • text

To view or add a comment, sign in

Explore content categories