-
Notifications
You must be signed in to change notification settings - Fork 23
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
Refactor: table wrap validation #765
base: master
Are you sure you want to change the base?
Refactor: table wrap validation #765
Conversation
self.data = data | ||
self.rules = rules | ||
|
||
def validate(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rossi-Luciano crie métodos explícitos para validar cada componente da tabela: validate_label, validate_id, validate_caption, etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rossi-Luciano corrigir
O que esse PR faz?
Refatora a validação de
table-wrap
.Onde a revisão poderia começar?
Por commit.
Como este poderia ser testado manualmente?
Sugiro avaliar os testes:
python3 -m unittest -v tests/sps/validation/test_tablewrap.py
Algum cenário de contexto que queira dar?
NA.
Screenshots
NA.
Quais são tickets relevantes?
NA.
Referências
NA.