-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display valid Enum values in Coerce #450
Conversation
Sample message: |
Sorry to chase, but is it likely to be considered? Or should it be handled inside Home Assistant? |
Seems reasonable. Do the tests pass? I haven't set up CI since Travis died. |
They do on my machine: nosetests
.......................................................................................................................................................................................
----------------------------------------------------------------------
Ran 183 tests in 0.088s
OK |
Added tests: nosetests --with-coverage --cover-package=voluptuous
........................................................................................................................................................................................
Name Stmts Miss Cover
--------------------------------------------------
voluptuous/__init__.py 6 0 100%
voluptuous/error.py 78 2 97%
voluptuous/humanize.py 22 7 68%
voluptuous/schema_builder.py 509 18 96%
voluptuous/util.py 63 7 89%
voluptuous/validators.py 460 13 97%
--------------------------------------------------
TOTAL 1138 47 96%
----------------------------------------------------------------------
Ran 184 tests in 0.139s
OK |
Would you mind formatting this without the list brackets? eg. |
Adjusted without the brackets, and added tests for a string enum. nosetests --with-coverage --cover-package=voluptuous
........................................................................................................................................................................................
Name Stmts Miss Cover
--------------------------------------------------
voluptuous/__init__.py 6 0 100%
voluptuous/error.py 78 2 97%
voluptuous/humanize.py 22 7 68%
voluptuous/schema_builder.py 509 18 96%
voluptuous/util.py 63 7 89%
voluptuous/validators.py 460 13 97%
--------------------------------------------------
TOTAL 1138 47 96%
----------------------------------------------------------------------
Ran 184 tests in 0.132s
OK |
Perfect, thank you so much! |
Thanks 👍 |
Let me know when the release is available... |
Any luck with the release ? |
This broke for py2.7, homepage still lists py2.7 as being supported... what to do? |
No description provided.