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 @@ -63,8 +63,8 @@ The starting point to understand how to use *Mocket* to write a custom mock is t
6363
6464As next step, you are invited to have a look at the implementation of both the mocks it provides:
6565
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
66+ - HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/ mockhttp.py
67+ - Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/ mockredis.py
6868
6969Please also have a look at the huge test suite:
7070
You can’t perform that action at this time.
0 commit comments