You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ Collection of awesome Python resources for testing and generating test data.
112
112
-[Mockintosh](https://github.com/up9inc/mockintosh) - aims to provide usual HTTP mock service functionality with small resource footprint, making it friendly for microservice applications.
113
113
-[moto](https://github.com/spulec/moto) - allows you to easily mock out tests based on AWS infrastructure.
114
114
-[Pretend](https://github.com/alex/pretend) - is a library to make stubbing with Python easier.
115
+
-[pyfakefs](https://github.com/pytest-dev/pyfakefs) - A fake file system that mocks the Python file system modules.
115
116
-[responses](https://github.com/getsentry/responses) - A utility library for mocking out the requests Python library.
116
117
-[time-machine](https://github.com/adamchainz/time-machine) - Travel through time in your tests.
117
118
-[trustme](https://github.com/python-trio/trustme) - gives you a fake certificate authority (CA) that you can use to generate fake TLS certs to use in your tests.
0 commit comments