mahmoud / glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
https://glom.readthedocs.io
Other
1.88k stars 61 forks source link

cleaned up grouping tests to take advantage of new T and Val #251

Closed kurtbrose closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #251 (35d565d) into master (13432c2) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #251   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files          27       27           
  Lines        4380     4380           
  Branches      764      760    -4     
=======================================
  Hits         4304     4304           
  Misses         48       48           
  Partials       28       28           
Impacted Files Coverage Δ
glom/grouping.py 98.72% <100.00%> (ø)
glom/test/test_grouping.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

mahmoud commented 1 year ago

Much cleaner, nice!