python-mocket
python-mocket copied to clipboard
a socket mock framework - for all kinds of socket animals, web-clients included
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request...
I'm trying to use a library that sends test stats to a remote server in the background, and tests that use Mocket in strict mode would fail intermittently when the...
I'm trying to use a library that sends test stats to a remote server in the background [1], and tests that use Mocket in strict mode would fail intermittently when...
Hi again @mindflayer - thanks for your responses in sphinx-doc/sphinx#11324. To recap (and for future readers): the improvement requested in that issue is to allow Sphinx to use session-based (pooled)...
Begin minimal type-checking of the codebase as part of the effort to export type hints. - #203 - Add `make types` item - Add `types` to `make tests` step that...
I propose adding type hints to the mocket Python package to enhance code readability and maintainability. Type hints provide several benefits, including improved developer productivity, enhanced code documentation, and the...
Hey, firstly: big thanks for the library and the effort you put into it. It really helps us while testing. While testing some things in our code base, I discovered...
I would like to test Server-Send Events, not sure if it should be added to the HTTP animal or an extension of it. Basically, it's a regular HTTP connection that...