lidatong / dataclasses-json

Easily serialize Data Classes to and from JSON
MIT License
1.34k stars 151 forks source link

Fixes recursion bug related to enum flags #447

Closed matt035343 closed 11 months ago

matt035343 commented 11 months ago

Fixes #445

github-actions[bot] commented 11 months ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
dataclasses_json
   cfg.py51492%80, 84–86
   core.py234996%38–41, 51, 64, 66, 81, 83, 169
   mm.py1992985%33–36, 42–45, 53–56, 62–65, 88, 161–162, 167, 171, 175, 180, 184, 188, 196, 202, 207, 216, 221, 226, 244–251
   stringcase.py25388%59, 76, 97
   undefined.py143299%24, 38
   utils.py1282977%11–24, 44–49, 60–64, 74, 99–100, 108–109, 158, 177, 202
tests
   entities.py220299%229, 235
   test_annotations.py814248%50–67, 78–102, 106–122
   test_api.py142299%139–140
   test_str_subclass.py22195%9
TOTAL247412395% 

Tests Skipped Failures Errors Time
291 1 :zzz: 0 :x: 0 :fire: 4.506s :stopwatch:
george-zubrienko commented 11 months ago

@powellnorma please take a look as well :)

powellnorma commented 11 months ago

Looks good to me