We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e60a08 commit 559c0c5Copy full SHA for 559c0c5
README.md
@@ -29,3 +29,11 @@ def my_function(a, b):
29
```sh
30
python parser.py
31
```
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