thebigmunch/audio-metadata

Achieve 100% test coverage

Offen

#25 geöffnet am 28.02.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (13 Forks)github user discovery
help wantedtesters wantedtesting

Repository-Metriken

Stars
 (60 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

This includes:

  • Finding real-world files that test certain cases or creating our own.
  • Finishing unit test cases that handle as many cases possible, including those already covered by integration testing.
  • Running just unit tests should achieve 100% coverage or very close.
  • Running just integration tests should preferably be at least 90%.
  • Running both unit and integration tests must achieve 100%.
  • Test things that don't change the coverage but need testing.

Contributor Guide