From 1e9906de299448b9469f0f828214733d59b6bded Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 22 Jun 2018 21:21:03 +0200 Subject: [PATCH] Document that we tests against corrupted files --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 599099f..b314798 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,12 @@ testsuite with `python3 -m unittest discover -v` before submitting one :) If you're fixing a bug or adding a new feature, please add tests accordingly, this will greatly improve the odds of your merge-request getting merged. +If you're adding a new fileformat, please add tests for: + +1. Getting metadata +2. Cleaning metadata +3. Raising `ValueError` upon a corrupted file + # Doing a release 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md)