Adiciona mais testes para cobertura #44
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#43
Ran 28 tests in 13.484s OK Name Stmts Miss Cover Missing ----------------------------------------------------------------- tests/__init__.py 1 0 100% tests/test_all.py 26 14 46% 15-28, 32-33 tests/test_certidao.py 18 0 100% tests/test_cnh.py 18 0 100% tests/test_cnpj.py 18 0 100% tests/test_cns.py 18 0 100% tests/test_cpf.py 24 0 100% tests/test_generic.py 24 0 100% tests/test_pis.py 22 0 100% tests/test_renavam.py 18 0 100% tests/test_titulo_eleitor.py 23 0 100% validate_docbr/BaseDoc.py 32 6 81% 10, 18, 25, 35, 43, 54 validate_docbr/CNH.py 45 0 100% validate_docbr/CNPJ.py 44 1 98% 26 validate_docbr/CNS.py 76 3 96% 103-105 validate_docbr/CPF.py 42 0 100% validate_docbr/Certidao.py 38 0 100% validate_docbr/PIS.py 33 0 100% validate_docbr/RENAVAM.py 30 0 100% validate_docbr/TituloEleitoral.py 49 0 100% validate_docbr/__init__.py 10 0 100% validate_docbr/generic.py 10 0 100% ----------------------------------------------------------------- TOTAL 619 24 96%