Skip to content

split normalizer output into one file per content column - #26

Merged
enniolopes merged 2 commits into
mainfrom
izabely_normalizer3
Jul 1, 2026
Merged

split normalizer output into one file per content column#26
enniolopes merged 2 commits into
mainfrom
izabely_normalizer3

Conversation

@IzaFerrari

Copy link
Copy Markdown
Collaborator

Closes #25

Changes made to the previous code:

test_filename_format: Previously, this test searched for a single example file. It now looks for two separate files: sexo.txt and populacao.txt.
test_file_has_one_column_per_line: This test replaces test_file_content_only_content_columns. Previously, it verified that the example file contained 2 rows with 2 columns. It now checks that every line contains exactly one column.
test_output_file_has_no_header: Previously, this test read arquivoexemplo.txt and verified that it did not contain the headers "sexo" and "populacao". It now reads both sexo.txt and populacao.txt, ensuring that neither file contains either of these header names.

test_filename_format: Previously, this test searched for a single example file. It now looks for two separate files: sexo.txt and populacao.txt.
test_file_has_one_column_per_line: This test replaces test_file_content_only_content_columns. Previously, it verified that the example file contained 2 rows with 2 columns. It now checks that every line contains exactly one column.
test_output_file_has_no_header: Previously, this test read arquivoexemplo.txt and verified that it did not contain the headers "sexo" and "populacao". It now reads both sexo.txt and populacao.txt, ensuring that neither file contains either of these header names.
@IzaFerrari
IzaFerrari requested a review from enniolopes June 14, 2026 01:31
@enniolopes
enniolopes merged commit a6bee1d into main Jul 1, 2026
8 checks passed
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.

split normalizer output into one file per content column

2 participants