From 5a8fa9d1a1233305d73e5bf2d6cc1d1543ce067d Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Mon, 14 Apr 2025 11:16:32 +0200 Subject: [PATCH] add testing to CONTRIBUTING Signed-off-by: Michele Dolfi --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5146de13..e101a5e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,6 +83,10 @@ pre-commit run --all-files Note: Checks like `Black` and `isort` will "fail" if they modify files. This is because `pre-commit` doesn't like to see files modified by its hooks. In these cases, `git add` the modified files and `git commit` again. +## Unit tests + +When submitting a new feature or fix, please consider adding a short test for it. + ## Documentation We use [MkDocs](https://www.mkdocs.org/) to write documentation.