From 77bad9d6b350a5ee57e14742b29ef07a30b9e960 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Fri, 17 Mar 2023 22:44:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20contribution=20guidelin?= =?UTF-8?q?e=20for=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 316feba89..461f16f4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -104,3 +104,8 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/ajnart Homarr uses [GitMoji](https://gitmoji.dev/). We would appreciate it if everyone keeps their commit messages withing these rulings. +### Tests +- Place testfiles directly at the root of the unit +- Only test a single unit of work inside a unit test +- You may test multiple units inside one test file +- Testnames do not begin with ``should`` or the unit name \ No newline at end of file