GGist / ssdp-rs

Simple Service Discovery Protocol In Rust
Apache License 2.0
43 stars 14 forks source link

Testing the networking modules. #7

Open GGist opened 9 years ago

GGist commented 9 years ago

Look in to testing the networking parts of the library. This is not the parts of the library that rely on the network as those should be mocked (such as the NetworkConnector for SSDPMessage). This would include the socket code which may be able to be reliably tested with localhost on our continuous integration environments.