Mike
Mike
Runs with 3.4.1 - https://jsfiddle.net/Lsf9451d/ Created from the official demo: https://jsfiddle.net/nicolaskruchten/kn381h7s/
> can you please add unit tests to verify the changes? Sure. I've already prepared an integration test in pytest for our system. I will refactor the test to use...
You might want to replace my server.crt and server.key files. They have been created on a clean Ubuntu container, so I don't mind if they are available on github, but...
Seems that tox is using pytest, not unittest. Anyway, when change my local setup to run pytest, I do not get an error: > Running pytest with args: ['-p', 'vscode_pytest',...
After some more testing, I can reproduce the error. The issue is with running multiple CherryPy tests in parallel. Moving the tests of ``test_cherrypy.py`` to the end of the test...
Converted to draft, because I just cannot get the unittests to pass. I have refactored the two CherryPy tests to use the unittest wrapper class, but no success. I've tried...