PyFlunt
PyFlunt copied to clipboard
Python implementation of Domain Notification Pattern
## Descrição ## Mudanças Propostas ## Checklist de Revisão - [x] Eu li o [Contributing.md](https://github.com/fazedordecodigo/pyflunt/blob/main/CONTRIBUTING.md) - [x] Os testes foram adicionados ou atualizados para refletir as mudanças (se aplicável). -...
Inspirado nos seguintes repos: - https://github.com/dry-python/returns - https://github.com/rustedpy/result
Introduce standardized messages in each validation. Guide: https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Localization/FluntErrorMessages.cs
Guides https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/DateTimeValidationContract.cs https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/TimeSpanValidationContract.cs
Guide: https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/ObjectValidationContract.cs
Guides: https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/DecimalValidationContract.cs https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/DoubleValidationContract.cs https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/FloatValidationContract.cs https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/IntValidationContract.cs https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/LongValidationContract.cs
Guide: https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/UrlValidationContract.cs
Guide: https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/RegexValidationContract.cs
Guide: https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/DocumentValitionContract.cs
## Description ## Proposed Changes Fixed issue #33 by adding the necessary error messages, classes, and methods to add the UrlValidationContract. ## Review Checklist - [x] I have read the...