On most systems SimpleHttpServer for python is installed. Not on arch unless you chose too. That is easy to fix but wouldn't it make more sense to use node http-server?
npm install -g http-server
http-server -p 8000
It can probably be embedded in the tests if needed. I thought since you need node to run the tests anyway we can remove a dependency to python...
On most systems SimpleHttpServer for python is installed. Not on arch unless you chose too. That is easy to fix but wouldn't it make more sense to use node http-server?
npm install -g http-server
http-server -p 8000
It can probably be embedded in the tests if needed. I thought since you need node to run the tests anyway we can remove a dependency to python...