Skip to content

Commit 559c0c5

Browse files
committed
cases to be mindful so
1 parent 6e60a08 commit 559c0c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ def my_function(a, b):
2929
```sh
3030
python parser.py
3131
```
32+
33+
## cases to be mindful of while creating tests for the parser
34+
35+
- [ ] class with no public methods (datasetsforecast.favorita.CodeTimer)
36+
- it documents the instance variables then
37+
- [X] dataclass
38+
- [X] pure functions
39+
- [X] pure functions (with decorator-based docstring)

0 commit comments

Comments
 (0)