Nico Müller
Nico Müller
**Is your feature request related to a problem? Please describe.** I want to use `schemathesis` on a slow server. It seems like when I run the tests, the server can...
**Is your feature request related to a problem? Please describe.** I transform my API Description from `raml` to OpenAPI3 and therefore can not make the use out of tags. The...
The `echoserial.py` does not run on windows machines. ``` ERROR () (): UnsupportedOperation('fileno',) Traceback (most recent call last): File "C:\Program Files\Anaconda3\lib\site-packages\circuits\core\manager.py", line 661, in _dispatcher value = event_handler(*eargs, **ekwargs) File...
The underlying request library supports the use of sessions. Do you think it would be feasible to provide a session parameter to the library?
When reading a proxy command from the ssh config, the destination port is evaluated from the ssh config only. With this change the destination port given to sshtunnel is combined...
It would be great to trigger a soft reset with `reboot` for some testcases. Unfortunately `exec0 reboot` will not terminate because the prompt will not be shown again. The `softreset`...
Currently its not possible to start tbot tests from a windows machine. After a quick analysation I came up with following remarks: - The packages: pty, fcntl and termios are...
Is it possible to that you publish this project also to PyPI?
Fixes #26 I decided to to create separate functions for all v5 functionality because of the following reason: - This lib is a wrapper for libmosquitto and they did the...
Hello, I am expecting that the following card would list me all temperature and illuminance sensors from the area `office` but instead humidity/temperature sensors off all rooms are listed: ```...