File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ During the [fourth week](https://github.com/codebyfernanda/bootcamp-QA-2026-desa
5454</details >
5555
5656## Project Structure
57- ``` text
57+ ```
5858bootcamp-QA-2026-desafios/
5959│
6060├── .github/
@@ -77,6 +77,7 @@ bootcamp-QA-2026-desafios/
7777│ │ ├── test_update_user_nonexistent_id.py
7878│ │ └── test_update_user_successfully.py
7979│ └── conftest.py # Fixtures for Sprint 3
80+ │ └── requirements.txt # Python project dependencies
8081│
8182├── semana_004/ # Sprint 4 Challenges
8283│ ├── tests/
@@ -87,10 +88,10 @@ bootcamp-QA-2026-desafios/
8788│ │ ├── test_produtos.py
8889│ │ └── test_usuarios.py
8990│ └── conftest.py # Fixtures for Sprint 4
90- │
91+ │ └── requirements.txt # Python project dependencies
92+ |
9193├── README.md # Project documentation
9294├── package.json # Node dependencies for auxiliary tools
93- └── requirements.txt # Python project dependencies
9495```
9596
9697## Metrics & Results
You can’t perform that action at this time.
0 commit comments