chrysn / aiocoap

The Python CoAP library
Other
267 stars 120 forks source link

Tests don't cover regular UDP behavior #330

Open chrysn opened 1 year ago

chrysn commented 1 year ago

All tests are currently done on loopback addresses. Errors on UDP sockets happen differently there.

As a consequence, the errors fixed in 7f1e35224f9f96b43263754967ed986a2d66eb2e are not tested yet.