-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
- Currently most of the values types are verified with the helper methods defined in
cheker.py. The place where these methods are called is marked by the first TODO in the file. Desired changes:- Define
validate()methods for all the field types - Remove check around the TODO
- Catch type error from the
field.validate()method inside of thecheck_normal_fields()method and assigned more clear messages (the ones that are currently used in the check after the first TODO)
- Define
- Check code, unreachable because of the validations duplication. Example: second TODO
- Check spelling in the error messages
Metadata
Metadata
Assignees
Labels
No labels