Python Mocket Versions Save

a socket mock framework - for all kinds of socket animals, web-clients included

3.10.8

1 year ago

What's Changed

Full Changelog: https://github.com/mindflayer/python-mocket/compare/3.10.7...3.10.8

3.10.7

1 year ago

What's Changed

Thanks to @gregbrowndev for openinig #182.

Full Changelog: https://github.com/mindflayer/python-mocket/compare/3.10.6...3.10.7

3.10.6

2 years ago

What's Changed

Full Changelog: https://github.com/mindflayer/python-mocket/compare/3.10.5...3.10.6

3.10.5

2 years ago

What's Changed

Full Changelog: https://github.com/mindflayer/python-mocket/compare/3.10.4...3.10.5

3.10.4

2 years ago

Pass strict_mode=True when calling @mocketizer() or with Mocketizer() to make your test case fail in case it tries to use the real socket module.

3.10.3

2 years ago

Use Mocket.request_list() instead of Mocket._requests.

3.10.2

2 years ago

3.10.1

2 years ago

Entry.collect() is now able to tell us (but it does not have to) to skip consuming a response and leave the current socket untouched.

Thanks @ykharko for opening issue #158.

3.10.0

2 years ago

3.9.44

2 years ago

Thanks to @micheles for the hints.