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

Aos testes de validação de fig, table-wrap e disp-formula adicionar mais de um item expected e corrigir o defeito das validações #657

Open
robertatakenaka opened this issue Jul 30, 2024 · 0 comments
Assignees

Comments

@robertatakenaka
Copy link
Member

Descrição da tarefa

Aos testes de validação de fig, table-wrap e disp-formula adicionar mais de um item expected e corrigir o defeito dos modelos e das validações.
Os modelos estão retornando apenas 1 item por idioma. Além disso, observe que o valor do parent não é o esperado (contém um dicionário, no lugar de 'article' ou 'sub-article').
Sempre que o resultado das funções forem mais de um item, usar nos testes pelo menos 2 itens.
Em arquivos que contém mais de um elemento o resultado da validação está trazendo dados do item anterior. Veja:

{'title': 'validation of <fig> elements',
 'parent': {'alternative_parent': 'fig',
  'fig_id': 'f01',
  'fig_type': None,
  'label': 'Figure 1',
  'graphic_href': '1518-8787-rsp-56-37-gf01.tif',
  'caption_text': 'Proportion of variation of covid-19 HIV panel data between 2019–2020 and 2020–2021a.',
  'source_attrib': 'ART: antiretroviral; PLWH, persons living with HIV; PrEP, pre-exposure prophylaxis; PEP, post-exposure prophylaxis.',
  'alternative_elements': [],
  'parent': 'article',
  'parent_id': None,
  'parent_lang': 'en',
  'parent_article_type': 'other'},
 'parent_id': None,
 'parent_article_type': 'other',
 'parent_lang': 'en',
 'item': 'fig',
 'sub_item': None,
 'validation_type': 'exist',
 'response': 'OK',
 'expected_value': 'f02',
 'got_value': 'f02',
 'message': 'Got f02, expected f02',
 'advice': None,
 'data': {'alternative_parent': 'fig',
  'fig_id': 'f02',
  'fig_type': None,
  'label': 'Figure 2',
  'graphic_href': '1518-8787-rsp-56-37-gf02.tif',
  'caption_text': 'Mortality rate due to covid-19 in Brazil, in São Paulo State, and the municipality of Santo André.',
  'source_attrib': None,
  'alternative_elements': [],
  'parent': {'alternative_parent': 'fig',
   'fig_id': 'f01',
   'fig_type': None,
   'label': 'Figure 1',
   'graphic_href': '1518-8787-rsp-56-37-gf01.tif',
   'caption_text': 'Proportion of variation of covid-19 HIV panel data between 2019–2020 and 2020–2021a.',
   'source_attrib': 'ART: antiretroviral; PLWH, persons living with HIV; PrEP, pre-exposure prophylaxis; PEP, post-exposure prophylaxis.',
   'alternative_elements': [],
   'parent': 'article',
   'parent_id': None,
   'parent_lang': 'en',
   'parent_article_type': 'other'},
  'parent_id': None,
  'parent_lang': 'en',
  'parent_article_type': 'other'},
 'group': 'figures'}

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

No branches or pull requests

2 participants