summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorjvoisin2018-06-22 21:21:03 +0200
committerjvoisin2018-06-22 21:21:03 +0200
commit1e9906de299448b9469f0f828214733d59b6bded (patch)
treecf2a25b99b964c6472b3f05af02b36bca60b2120 /CONTRIBUTING.md
parent63b19416ef1e2b81338f5281943ad75bbee49019 (diff)
Document that we tests against corrupted files
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 6 insertions, 0 deletions
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 :)
10If you're fixing a bug or adding a new feature, please add tests accordingly, 10If you're fixing a bug or adding a new feature, please add tests accordingly,
11this will greatly improve the odds of your merge-request getting merged. 11this will greatly improve the odds of your merge-request getting merged.
12 12
13If you're adding a new fileformat, please add tests for:
14
151. Getting metadata
162. Cleaning metadata
173. Raising `ValueError` upon a corrupted file
18
13# Doing a release 19# Doing a release
14 20
151. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) 211. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md)