|
Ran
|
Files
310
|
Run time
8s
|
Badge
README BADGES
|
push
github
Chore/future warnings for Marshmallow 4 (#1613) * fix: default format is already iso Signed-off-by: F.N. Claessen <felix@seita.nl> * fix: use `validate` rather than `validator` Signed-off-by: F.N. Claessen <felix@seita.nl> * fix: use `load_default` rather than `default` Signed-off-by: F.N. Claessen <felix@seita.nl> * fix: use `load_from` rather than `data_key` Signed-off-by: F.N. Claessen <felix@seita.nl> * Revert "fix: use `load_from` rather than `data_key`" This reverts commit ddc536f1a. * chore: unpin marshmallow and update to 4.0.0 Signed-off-by: F.N. Claessen <felix@seita.nl> * fix: @validates decorated methods now receive data_key as a keyword argument Signed-off-by: F.N. Claessen <felix@seita.nl> * fix: load_default values now lead to the field being in the data, even when the default is None Signed-off-by: F.N. Claessen <felix@seita.nl> * refactor: avoid load_default=None instead, especially in combination with required=False Signed-off-by: F.N. Claessen <felix@seita.nl> * Revert "chore: unpin marshmallow and update to 4.0.0" This reverts commit dc0f1117a. * fix: ChangedInMarshmallow4Warning: `Field` should not be instantiated. Use `fields.Raw` or another field subclass instead. Signed-off-by: F.N. Claessen <felix@seita.nl> * docs: changelog entry Signed-off-by: F.N. Claessen <felix@seita.nl> --------- Signed-off-by: F.N. Claessen <felix@seita.nl>
1210 of 1781 branches covered (67.94%)
Branch coverage included in aggregate %.
17928 of 24356 relevant lines covered (73.61%)
0.74 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|