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 README to include coverage run commands + unpin `setupstools` #465

Closed spacegaier closed 2 years ago

spacegaier commented 2 years ago

Provided some more info on running the tests including a coverage report in the README.

Removed no longer required setuptools version pin (was needed with nose before).