okfn-brasil / serenata-toolbox

📦 pip module containing code shared across Serenata de Amor's projects | ** Este repositório não recebe atualizações frequentes **
MIT License
154 stars 69 forks source link

Adds CPF column to Chamber of Deputies fixture #223

Closed cuducos closed 4 years ago

cuducos commented 4 years ago

What is the purpose of this Pull Request?

222 successfully fixed the bug produced once the Chamber of Deputies introduced a new column (cpf) to their datasets, but it broke the test suite.

What was done to achieve this purpose? This PR continues #222 following the TDD methodology. It included the cpf column in the fixture and adjusted code and tests to the new reality. Also, this PR includes the version bump (ccce009) to trigger a new deploy to PyPI once the commit hits the master branch.

How to test if it really works? The test suite should pass and the resulting CSV file should not have a cpf column.

Who can help reviewing it? @sergiomario

TODO