File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ The starting point to understand how to use *Mocket* to write a custom mock is t
8383
8484As next step, you are invited to have a look at the implementation of both the mocks it provides:
8585
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
86+ - HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/main /mocket/mocks/mockhttp.py
87+ - Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/main /mocket/mocks/mockredis.py
8888
8989Please also have a look at the huge test suite:
9090
You can’t perform that action at this time.
0 commit comments