Contributions

Article
You can start and publish an open-source library in under 24 hours. Start your project today using this tutorial.
Article
A quick tutorial about how to replace FastAPI dependency methods in your tests.
Library
This library allows you to easily replace FastAPI dependencies in your tests. Regular mocking techniques do not work due to the inner working of FastAPI.
Tutorial
The Pytest Mock Generator generates the ‘arrange’ and ‘assert’ sections for you and allows you to focus on the ‘act’ section of your tests.

This article covers the main functionality of the library to get you up and running.
Library
A pytest fixture wrapper for https://pypi.org/project/mock-generator
Article
A post about several different mocking practices and when to use each one. Excellent for both beginners and more advanced developers who wish to expand their knowledge.
Tool
After struggling with Python test mocking, I've wrote a helper library to save me time in the future.
Library
A tool to auto generate the basic mocks and asserts for faster unit testing