https://github.com/seanny123/mock_example
A basic example of using pytest and pytest-mock for testing.
https://github.com/seanny123/mock_example
mock pytest pytest-mock
Last synced: 11 months ago
JSON representation
A basic example of using pytest and pytest-mock for testing.
- Host: GitHub
- URL: https://github.com/seanny123/mock_example
- Owner: Seanny123
- License: mit
- Created: 2018-10-09T19:41:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T19:42:54.000Z (over 7 years ago)
- Last Synced: 2025-03-15T08:38:00.949Z (about 1 year ago)
- Topics: mock, pytest, pytest-mock
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A basic example of using `pytest` and `pytest-mock` for testing, because all the tutorials I could find were all very strange.