Thomas Wimmer
Thomas Wimmer
I've troubles implementing a fix for the encoding failed issue. So far I've only tried locally adapting the telnetlib3 server class ```patch diff --git a/telnetlib3/server.py b/telnetlib3/server.py index d64966b..1e09749 100755 ---...
Thx a lot, hard-coding the `result` var to `True` is a working alternative to decreasing the connection timeout. > I will remember to keep your use-case in mind as I...
At work we are also using python3.7 and thx to the `__future__` import we can use e.g. the PEP604 type annotations, but I was not aware that this doesn't work...
Thx for the bug report @rmmanseau. I can reproduce the issue. There seems to be an issue with the buffer local variable gerrit-`dasbhoard-query-alist`, which is not always correctly set. Let...
Hi! Thx a lot for putting so much work into this! Let me first try to test your included `examples/` without `pytest-sphinx`. I'd like to understand what the problems with...
@tony Sry that my comment wasn't clear enough. What I did in my tests was just to test your examples (rst and markdown files in `examples/`) in a virtualenv, where...
> The setup() in doctest_docutils adds it via directives.register_directive(). Okay, so this was added because both `sphinx` as well as `pytest-sphinx` support this directive already, but it is not an...
Function that downloads a review (independent of CWD) and opens an (editable) overview of the change
> finds the workspace of the project on the host (we need to introduce a mapping from (projectname + branch) to the directory of the workspace on the host) >...
Hey @bveeramani! Thx a lot for your contribution. Sry that it took me so long to review your change. Are you still interested in adding tests and cleaning up the...
This is already supported by pytest, see https://docs.pytest.org/en/latest/doctest.html#doctest-namespace-fixture