Skip to content

Commit

Permalink
docs: add pytest tacianosilva#338
Browse files Browse the repository at this point in the history
  • Loading branch information
GomesLuan committed Jul 21, 2024
1 parent c7fc71d commit 5bd2f0a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tarefas/20241/GomesLuan/tarefa02.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ Front-End: ReactJS

Back-End: Django

Banco de dados: Postgres e Docker
Banco de dados: Postgres e Docker

## Framework: pytest

O pytest é um framework de testes para Python que é simples de usar e altamente extensível. Ele permite escrever testes de forma concisa e legível, suportando tanto testes simples quanto complexos. O pytest oferece recursos avançados como fixtures (para configuração e limpeza de testes), suporte a plugins, e uma interface de linha de comando poderosa para executar e gerenciar testes. Ele também suporta a descoberta automática de testes, o que facilita a organização e execução de grandes conjuntos de testes.

Mais informações em: https://pytest.org

0 comments on commit 5bd2f0a

Please sign in to comment.