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

Verificando a mensagem de erro diretamente #8

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

rochamatcomp
Copy link
Contributor

A função "raises" do pytest possui um parâmetro "match" que serve para verificar a mensagem diretamente dentro do contexto que gera um exceção esperada. Como a mensagem testada é literal, é necessário escapar de expressões regulares (usadas por padrão).

Referência:
https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest.raises

A função "raises" do pytest possui um parâmetro "match" que serve para verificar a mensagem diretamente dentro do contexto que gera um exceção esperada. Como a mensagem testada é literal, é necessário escapar de expressões regulares (usadas por padrão).

Referência:
https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest.raises
@dunossauro dunossauro merged commit c485950 into dunossauro:main Apr 6, 2023
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.

2 participants