alecthomas / voluptuous

CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.
https://pypi.org/project/voluptuous
BSD 3-Clause "New" or "Revised" License
1.82k stars 218 forks source link

Extend tests for `Schema` with empty list or dict #438

Closed spacegaier closed 3 years ago

spacegaier commented 3 years ago

Added more edge cases for Schema that enforces empty list or dict plus incorporated the added test case from #434 consistently into them.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.8%) to 94.902% when pulling 3e99350a56c5777bc08a9cac628af7edbf95ca3e on spacegaier:tweak-empty-schema-tests into 1a7cb819b4f7e3998ee087ddddc46ba87dec63ef on alecthomas:master.