jaraco / jaraco.abode

MIT License
11 stars 9 forks source link

Remove test dependency on npm #3

Closed jaraco closed 1 year ago

jaraco commented 1 year ago

As this project is a Python project, I'd recommend to replace the Node mock_server with a Python-based server, so that it can be started up and torn down as a fixture and remove the dependency.

jaraco commented 1 year ago

Ha! Turns out the mock server wasn't used for anything. I deleted it and everything continues to work. That was convenient. While I was expecting to have to supply a web socket server, I found this question/answer with a good example of a websockets enabled webserver in Python.