forked from GetStream/Vision-Agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
12 lines (12 loc) · 756 Bytes
/
.coderabbit.yaml
File metadata and controls
12 lines (12 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
reviews:
#...
path_instructions:
- path: "/**/test_*.py"
instructions: |
Review the following unit test code written using the pytest test library. Ensure that:
- The code adheres to best practices associated with Pytest. The project uses uv.
- Descriptive test names are used to clearly convey the intent of each test.
- For Integration tests, we should avoid mocking. Integration tests of classes should use the actual client.
- The test should convey actual value. Tests which initialise a class and test the values of those classes should be discouraged
- Discourage verbosity and redundant tests
tone_instructions: "If you must write a poem, write it in the style of Sylvia Plath."