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

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

Closed
camilamaia opened this issue Aug 23, 2023 · 0 comments · Fixed by #148
Closed

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

camilamaia opened this issue Aug 23, 2023 · 0 comments · Fixed by #148
Assignees
Labels

Comments

@camilamaia
Copy link
Member

camilamaia commented Aug 23, 2023

ex: ao invés de : https://docs.python.org/3/library/unittest.html#test-cases mudar para utilizar assertEqual (https://docs.python.org/3/library/unittest.html#test-cases)

@camilamaia camilamaia changed the title Utilizar assert methods from unittest instead of the bultin one Utilizar assert métodos do unittest ao invés do assert que já vem no Python Aug 23, 2023
@antoniamaia antoniamaia self-assigned this Aug 24, 2023
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 a pull request may close this issue.

2 participants