domdfcoding / singledispatch-json

Custom JSON Encoder for Python utilising functools.singledispatch to support custom encoders for both Python's built-in classes and user-created classes, without as much legwork.
https://singledispatch-json.readthedocs.io/en/latest
MIT License
0 stars 3 forks source link

FAIL Required test coverage of 100.0% not reached #54

Open mtelka opened 4 months ago

mtelka commented 4 months ago

Description

Testing fails due to coverage not reaching 100%.

Steps to Reproduce

Run tests with Python >= 3.9

Actual result:

---------- coverage: platform sunos5, python 3.9.19-final-0 ----------
Name                 Stmts   Miss  Cover
----------------------------------------
sdjson/__init__.py     126      1    99%
----------------------------------------
TOTAL                  126      1    99%

FAIL Required test coverage of 100.0% not reached. Total coverage: 99.21%

Expected result:

Testing pass.

Reproduces how often:

Easily reproduced

Version

Installation source

PyPI

Other Additional Information: