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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ Collection of awesome Python resources for testing and generating test data.
99
99
100
100
-[Aioresponses](https://github.com/pnuckowski/aioresponses) - is a helper for mock/fake web requests in python aiohttp package.
101
101
-[Cornell](https://github.com/hiredscorelabs/cornell) - record & replay mock server.
102
+
-[D-MemFS](https://github.com/nightmarewalker/D-MemFS) - Zero-dependency in-memory virtual filesystem with hard quotas. Provides an explicit, isolated instance instead of patching global state.
102
103
-[doublex](https://pypi.org/project/doublex) - Powerful test doubles framework for Python.
103
104
-[Flexmock](https://github.com/flexmock/flexmock) - is a testing library for Python that makes it easy to create mocks, stubs and fakes.
104
105
-[freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module.
@@ -111,6 +112,7 @@ Collection of awesome Python resources for testing and generating test data.
111
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.
112
113
-[moto](https://github.com/spulec/moto) - allows you to easily mock out tests based on AWS infrastructure.
113
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.
114
116
-[responses](https://github.com/getsentry/responses) - A utility library for mocking out the requests Python library.
115
117
-[time-machine](https://github.com/adamchainz/time-machine) - Travel through time in your tests.
116
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