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

Feat: build person group element #734

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Rossi-Luciano
Copy link
Collaborator

O que esse PR faz?

Adiciona função para gerar o elemento person-group no formato xml.

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/formats/sps_xml/test_person_group.py

Algum cenário de contexto que queira dar?

NA.

Screenshots

NA.

Quais são tickets relevantes?

NA.

Referências

NA.



def build_person_group(data):
for person_group_type in ("author", "compiler"):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rossi-Luciano melhor não restringir, não validar. Assuma o valor passado como person_group_type independente do valor.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants