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

Diário 2020-11-30 #194

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion atos.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AtoNormativo:
# String: "Ficam nomeados", município Santa Luzia do Norte, 04/01/2021, ato 8D9E57A4
# String: "nomeação do Conselho", município Piranhas, 04/01/2021, ato F12265E5
# String: "nomear,", município Coruripe, 15/01/2021, ato EC041157
re_nomeacoes = r"(Nomear|NOMEAR|nomear,|nomeação do Conselho|Ficam nomeados|CONVOCA os candidatos aprovados e nomeados|ficam nomeados os membros|APROVADO e NOMEADO|Art.1º. NOMEAÇÃO)( |,|)"
re_nomeacoes = r"(Nomear|NOMEAR|nomear,|nomeação do Conselho|Ficam nomeados|CONVOCA os candidatos aprovados e nomeados|APROVADO e NOMEADO|Art.1º. NOMEAÇÃO|ficam nomeados)( |,|)"

# Exceções notáveis (exonerações):
# String: "Ficam exonerados", município São José da Taoera, 02/01/2023, ato 49D56711
Expand Down
1 change: 1 addition & 0 deletions integracao_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def test_extrai_diarios(self):
# Novos casos de teste devem ser adicionados na tupla abaixo.
# Deve ser adicionado um arquivo -test.json para cada texto extraído (caso de teste)
cases = (
'test_data/diario-completo-2020-11-30-test.json',
'test_data/diario-completo-2020-07-22-test.json',
'test_data/diario-completo-2023-09-08-test.json',
'test_data/diario-completo-2023-10-20-test.json',
Expand Down
Loading