Add else clause to catch a case where ValidationError does not happen in pydantic example#366
Add else clause to catch a case where ValidationError does not happen in pydantic example#366sobolevn wants to merge 1 commit intoreagento:mainfrom
else clause to catch a case where ValidationError does not happen in pydantic example#366Conversation
…ppen in pydantic example
| This does not seem related: |
| @sobolevn If you are interesting to exclude possible errors with exception skipped, there are idea to use pytest.raises() context manager inside examples. I have some doubts about this way since documentation examples start look like tests but pytest primitives should be clear to any reader. |
Current code says: ignore |
| Anyways, I don't really have a strong opinion about it, so feel free to close :) |
|



No description provided.