pytest-mock
There are 28 repositories under pytest-mock topic.
Pytest-with-Eric/pytest-mock-example
How To Mock In Pytest? (A Comprehensive Guide)
palindromicity/dotifi
dotifi is a python package for creating graphviz dot files and images from Apache NiFi canvases
Seanny123/mock_example
A basic example of using pytest and pytest-mock for testing.
Pytest-with-Eric/pytest-mock-celery-task-example
How To Mock Celery Tasks With Pytest (Step-by-Step Guide with Examples)
cc-wong/python-webservice-demo
A simple demonstration web service app built with Python and Flask.
jgerrish/tapestry
minimal curses Python wrapper
kattakaha/serverless-python311-template
Serverless Framework Python3.11 Template Repository.
Pytest-with-Eric/pytest-magicmock-raise-exception-example
How To Test Raised Exceptions with Pytest MagicMock? (Advanced Guide)
RyosukeDTomita/pytest-with-docker
Create pytest environment with docker.
ankursoni/web-scraper-trademe-co-nz-property
Web scraper for https://trademe.co.nz/property
chinghwayu/mock_tutorial
The code in this repository is for the blog article at: https://chinghwayu.com/2021/04/how-to-use-pytest-mock-to-simulate-responses/
Pytest-with-Eric/pytest-fixture-mocker-example
How To Easily Resolve The "Fixture 'Mocker' Not Found" Error in Pytest
Pytest-with-Eric/pytest-mock-assert-called-example
What Are Pytest Mock Assert Called Methods and How To Leverage Them
Pytest-with-Eric/pytest-mock-multiple-return-values-example
How To Return Multiple Values From Pytest Mock (Practical Guide)
WillSams/example-js-react-with-python
JavaScript + Python full stack example application using React + Redux Sagas for the frontend and a GraphQL API backend using FastAPI + AsyncPG.
WillSams/example-mvc-expressjs-with-python
JavaScript + Python full stack example application using Express.js + Pug templating for the frontend and a GraphQL API backend using FastAPI.
WillSams/python-hotel-reservation
An example is a GraphQL API that allows the creation and listing of reservations, along with the ability to list available rooms for a given date range.
alkc/flask-mongomock-example
Example of using mongomock for testing in a global mongo db class in a flask app
Diwas2055/pytest_python
Hypothesis,Schemathesis,Mock,MonkeyPatching and Pytest for Robust Property-Based Testing in Python
fitzy1321/clickpy
Automated mouse clicker script
kucera-lukas/imagesecrets
RESTful API for encoding/decoding messages into/from images.
kucera-lukas/weather-api
Simplified information about weather forecast.
lumenpearson/python-statemachine
Python Finite State Machines made easy.
mvousden/pytest-lets-explore
A foray into the features of pytest.
Pytest-with-Eric/pytest-overmocking-examples
Common Mocking Problems & How To Avoid Them (+ Best Practices)
WillSams/example-realworld-medium-clone
Fullstack Medium.com clone written in TypeScript and Python. Powered by React + Redux Sagas for the static client application and a serverless backend implemented as a GraphQL application using FastAPI + Boto3. Deployed to GitHub Pages and AWS (Lambda, DynamoDB).