We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dd03b commit 1722f05Copy full SHA for 1722f05
README.rst
@@ -63,8 +63,8 @@ The starting point to understand how to use *Mocket* to write a custom mock is t
63
64
As next step, you are invited to have a look at the implementation of both the mocks it provides:
65
66
-- HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mockhttp.py
67
-- Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mockredis.py
+- HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/mockhttp.py
+- Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/mockredis.py
68
69
Please also have a look at the huge test suite:
70
0 commit comments