An open API service indexing awesome lists of open source software.

https://github.com/hscspring/python-cookbook


https://github.com/hscspring/python-cookbook

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# python-cookbook

## Mocker

[Mocking database calls in python using pytest-mock - Stack Overflow](https://stackoverflow.com/questions/66223290/mocking-database-calls-in-python-using-pytest-mock)

[Pytest-mock. How to mock your database connection. | by Mariusz Raczynski | Medium](https://medium.com/@mariusz.raczynski2/pytest-mock-how-to-mock-your-database-connection-5c84a5a0bfc3)

## yield and return

[python - What does the "yield" keyword do? - Stack Overflow](https://stackoverflow.com/questions/231767/what-does-the-yield-keyword-do)