plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

Write missing_value to object on deserialization #1108

Closed masipcat closed 3 years ago

masipcat commented 3 years ago

This change is to avoid chaning the current behavior of default (https://github.com/plone/guillotina/pull/1105#pullrequestreview-597746430)

codecov-io commented 3 years ago

Codecov Report

Merging #1108 (6394326) into master (7a79bca) will increase coverage by 0.1%. The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1108     +/-   ##
========================================
+ Coverage    94.5%   94.5%   +0.1%     
========================================
  Files         367     367             
  Lines       31827   31840     +13     
========================================
+ Hits        30049   30063     +14     
+ Misses       1778    1777      -1     
Impacted Files Coverage Δ
guillotina/catalog/catalog.py 85.4% <ø> (ø)
guillotina/json/deserialize_content.py 94.2% <100.0%> (+0.1%) :arrow_up:
guillotina/tests/test_catalog.py 100.0% <100.0%> (ø)
guillotina/tests/test_content.py 100.0% <100.0%> (ø)
guillotina/json/deserialize_value.py 92.0% <0.0%> (+0.7%) :arrow_up: