We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd3ece commit 707e40dCopy full SHA for 707e40d
1 file changed
README.rst
@@ -83,8 +83,8 @@ The starting point to understand how to use *Mocket* to write a custom mock is t
83
84
As next step, you are invited to have a look at the implementation of both the mocks it provides:
85
86
-- HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/mockhttp.py
87
-- Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/mockredis.py
+- HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/main/mocket/mocks/mockhttp.py
+- Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/main/mocket/mocks/mockredis.py
88
89
Please also have a look at the huge test suite:
90
0 commit comments