Skip to content

Commit 6fafa48

Browse files
Add D-MemFS to Mock and Stub section
1 parent 6644229 commit 6fafa48

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
@@ -99,6 +99,7 @@ Collection of awesome Python resources for testing and generating test data.
9999

100100
- [Aioresponses](https://github.com/pnuckowski/aioresponses) - is a helper for mock/fake web requests in python aiohttp package.
101101
- [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.
102103
- [doublex](https://pypi.org/project/doublex) - Powerful test doubles framework for Python.
103104
- [Flexmock](https://github.com/flexmock/flexmock) - is a testing library for Python that makes it easy to create mocks, stubs and fakes.
104105
- [freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module.

0 commit comments

Comments
 (0)