rust-av/rust-av

Auto-generate the demuxer tests

Aberta

#21 aberto em 15 de nov. de 2016

 (0 comentário) (0 reação) (0 responsável)Rust (47 forks)auto 404
DemuxerTesthelp wanted

Métricas do repositório

Stars
 (910 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador