Skip to content
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

deserialize_meta has to raise TypeError when the given value is invalid #32

Open
kanghyojun opened this issue Sep 17, 2016 · 0 comments
Assignees
Labels

Comments

@kanghyojun
Copy link
Member

deserialize_meta(SomeRecordType, 1)

deserialize_meta won't raise ValueError if try to deserialize invalid value into record type (in this case, the value is 1).

@kanghyojun kanghyojun added the bug label Sep 17, 2016
@kanghyojun kanghyojun self-assigned this Sep 17, 2016
@dahlia dahlia changed the title deserialize_meta raise TypeError when given value is invalid deserialize_meta has to raise TypeError when the given value is invalid Sep 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant