hiveeyes / terkin-datalogger

Datalogger for MicroPython and CPython.
https://terkin.org
GNU Affero General Public License v3.0
60 stars 28 forks source link

Mocket now supports multiple writes #83

Open mindflayer opened 4 years ago

mindflayer commented 4 years ago

https://github.com/hiveeyes/terkin-datalogger/blob/82a05415f70e8000a069842df0d5d49abefe5484/test/test_http_mocking.py#L41

After I replaced the HTTP parser, I managed to support non-standard behaviours like the one in that test. You just have to: pip install mocket==3.9.1