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
@@ -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.
0 commit comments