📝 Update contribution guideline for tests

This commit is contained in:
Manuel
2023-03-17 22:44:27 +01:00
parent 464b9d4142
commit 77bad9d6b3

View File

@@ -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