rust-av/rust-av

Auto-generate the demuxer tests

Offen

#21 geöffnet am 15.11.2016

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (47 Forks)auto 404
DemuxerTesthelp wanted

Repository-Metriken

Stars
 (910 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The basic testing involves the following sub-tests:

  • make sure the demuxer correctly probes (check for positives)
  • make sure that the demuxer consistently populate the Streams array at the first read
  • make sure that the demuxer consistently outputs the same data on sequential reads
  • make sure that the demuxer consistently outputs the same data after multiple seeks

Contributor Guide