mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-07 23:29:16 +01:00
📝 Update contribution guideline for tests
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user