test(parser): Add missing test coverage and lint changes#188
Conversation
Changes: * Make some methods static * Run code formatter * Some lint based changes * Add missing test cases
Codecov Report
@@ Coverage Diff @@
## develop #188 +/- ##
===========================================
+ Coverage 98.76% 99.20% +0.44%
===========================================
Files 64 64
Lines 2501 2503 +2
Branches 111 111
===========================================
+ Hits 2470 2483 +13
+ Misses 24 14 -10
+ Partials 7 6 -1
Continue to review full report at Codecov.
|
|
@heitorlessa - one thing I did pick up from the "schema" package was user specific examples. Should we move some of that into an examples or docs ? |
They'll be in the docs. They're similar to the data classes, except they can be inherited and overridden so we can parse the entire payload + user defined models for autocompletion, etc. Here's the list of other changes to be made before we launch 1.7.0 with it - Coverage and linting were some of them, so big thank you ;): #118 (comment) |
Issue #, if available:
Description of changes:
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.