Skip to content

Commit aecfe8a

Browse files
Add pyfakefs to Mock and Stub section
1 parent 6fafa48 commit aecfe8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Collection of awesome Python resources for testing and generating test data.
112112
- [Mockintosh](https://github.com/up9inc/mockintosh) - aims to provide usual HTTP mock service functionality with small resource footprint, making it friendly for microservice applications.
113113
- [moto](https://github.com/spulec/moto) - allows you to easily mock out tests based on AWS infrastructure.
114114
- [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.
115116
- [responses](https://github.com/getsentry/responses) - A utility library for mocking out the requests Python library.
116117
- [time-machine](https://github.com/adamchainz/time-machine) - Travel through time in your tests.
117118
- [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

Comments
 (0)