mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Port over the tests in sdp_unittest #2

Closed nils-ohlmeier closed 5 years ago

nils-ohlmeier commented 7 years ago

Port over the SDP unit tests from mozilla-central to rsdparsa to ensure the same coverage.

nils-ohlmeier commented 5 years ago

The SDP unit tests are execute on mozilla-central with the rsdparsa and the C++ interface code. So Firefox CI builds ensure the same coverage. Sine the unit test coverage in here is pretty good this does not seem to be necessary any more.