wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

Fix #97 #101

Closed 2e0byo closed 3 years ago

2e0byo commented 3 years ago

Blindly reverting after git bisect; I've not checked why it was thought that the semantics of ConWebsock had changed.

Test suite passes for websocket. Flaky failure of test_bigfile over serial on my hardware, but unrelated to this commit.

Additionally fixes two bugs in the testsuite:

Incidentally your testsuite has inspired me to run pytest locally and command behaviour on the hardware as a general workaround for testing being quite hard in uP.

2e0byo commented 3 years ago

bother, didn't mean to edit requirements.txt. Still, as it works with the older version I'll leave it in place for now.

skorokithakis commented 3 years ago

Thanks!