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

Refactor: Alterando os métodos de assert python para unittest #148

Merged
merged 10 commits into from
Aug 24, 2023

Conversation

antoniamaia
Copy link
Contributor

@antoniamaia antoniamaia commented Aug 24, 2023

Arquivos modificados:

  • test_cpf;
  • test_cnpj;
  • test_cep;

Foram ajustados os métodos antigos de teste, para a padronização conforme a documentação do framework utilizado unittest

closes #144

@antoniamaia antoniamaia self-assigned this Aug 24, 2023
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #148 (819d018) into main (67a255e) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #148   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           80        80           
=========================================
  Hits            80        80           

@antoniamaia antoniamaia changed the title Refactor: Alterando os métodos de `assert´ python para unittest Refactor: Alterando os métodos de assert python para unittest Aug 24, 2023
@antoniamaia antoniamaia marked this pull request as ready for review August 24, 2023 15:29
Copy link
Member

@camilamaia camilamaia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏👏👏

@camilamaia
Copy link
Member

@antoniamaia pode fazer o "squash and merge"!

image

@antoniamaia antoniamaia merged commit 27dd4ea into brazilian-utils:main Aug 24, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Utilizar assert métodos do unittest ao invés do assert que já vem no Python
2 participants